Code Monkey home page Code Monkey logo

tryshape's Introduction

All Contributors

logo

name

Create, Export, Share, and Use any Shapes of your choice.

tryshape licence tryshape forks tryshape stars tryshape issues tryshape pull-requests

View Demo ยท Report Bug ยท Request Feature

๐Ÿ‘‹ Introducing TryShape

landing

TryShape is an opensource platform to create shapes of your choice using a simple, easy-to-use interface. You can create banners, circles, polygonal shapes, export them as SVG, PNG, and even as CSS.

๐Ÿš€ Demo

Here is a quick demo of the app. We hope you enjoy it.

The Demo Link

Liked it? Please give a โญ๏ธ to TryShape to build its triceps ๐Ÿ’ช stronger.

Many Thanks to all the Stargazers who has supported this project with stars(โญ)

Stargazers repo roster for @TryShape/tryshape

๐Ÿ’ป Use TryShape

Please access TryShape using the URL:

https://tryshape.vercel.app/

๐Ÿ”ฅ Features

TryShape comes with a bundle of features already. You can do the followings with it,

๐Ÿ”ข Listing Shapes

  • List out shapes for you to pick and use.

๐Ÿ—๏ธ Create Shapes

  • Create any shapes using an intuitive editor.
  • Create Polygonal, Circular, Elliptical shapes without knowing the underlying complexities like CSS clip-path.
  • Add/Remove vertices, join them, drag-drop to position them to create a shape.
  • Provide your choice of colors, add the contextual information as notes while creating the shapes.
  • Are you an expert in CSS clip-path? Great, you can add a clip-path value directly and start from there.

๐Ÿ“ข Controlling the Visibility of Shapes

  • You can create a shape and share it with the TryShape community by making it public.
  • Do you want to keep your creativity private? No worries, that's possible too.

๐Ÿ’˜ Like Shapes

  • Liked a shape and want to add it to your shape collection? You can do that just with a click. Want to undo? That's supported as well.

โœจ Export Shapes

  • Export the shapes to use in your application.
  • Export the shapes as PNG, JPEG, and SVG files.
  • Single-Click Copy of the underlying CSS and clip-path property to use directly into your web app.

๐Ÿ” Search Shapes

  • Search a shape with key-in search.

๐ŸŽฟ Sort Shapes

  • Sort shapes by, most liked, recent, and oldest.

๐Ÿ”‘ Authentication & Authorization

  • Features like export, like, create, edit shapes need you to authenticate with the app. You can use your Gmail or GitHub credentials to authenticate to the app. It is secured and powered by Google Firebase.

๐Ÿ“ฑ Responsive and mobile-friendly

  • Use TryShape seamlessly from any device.

๐Ÿ—๏ธ How to Set up TryShape for Development?

You can run TryShape locally with a few easy steps.

  1. Clone the repository
git clone https://github.com/TryShape/tryshape.git
  1. Change the working directory
cd tryshape
  1. Install dependencies
npm install # or, yarn install
  1. Create .env file in root and add your variables
NEXT_PUBLIC_DB_URL= YOUR_HARPER_DB_DATABASE_URL
NEXT_PUBLIC_DB_AUTHORIZATION= YOUR_HARPER_DB_AUTHORIZATION_ID

NEXT_PUBLIC_FIREBASE_AUTHORIZATION=YOUR_FIREBASE_AUTH_KEY
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=YOUR_FIREBASE_AUTH_DOMAIN
NEXT_PUBLIC_FIREBASE_PROJECT_ID=YOUR_FIREBASE_PROJECT_ID
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=YOUR_FIREBASE_PROJECT_BUCKET
NEXT_PUBLIC_FIREBASE_MESSAGING_SERNDER_ID=YOUR_FIREBASE_MESSAGING_SERNDER_ID
NEXT_PUBLIC_FIREBASE_APP_ID=YOUR_FIREBASE_APP_ID
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=YOUR_FIREBASE_MEASUREMENT_ID
  1. Run the app
npm run dev # or, yarn dev

That's All!!! Now open localhost:3000 to see the app.

๐Ÿ” Built With

๐Ÿ›ก๏ธ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿฆ„ Upcoming Features

TryShape has all the potentials to grow further. Here are some of the upcoming features planned(not in any order),

  • โœ”๏ธ Add the ability to create shape using SVG elements to support Curvy Node adjustments.
  • โœ”๏ธ Manage your shape collection
  • โœ”๏ธ Import shapes
  • โœ”๏ธ Following a contributor.
  • โœ”๏ธ PWA(Progressive Web App)
  • โœ”๏ธ Flexible Datastore
  • โœ”๏ธ Better Performance
  • โœ”๏ธ Tagging a shape
  • โœ”๏ธ Cloning a shape
  • โœ”๏ธ Provide comment on a shape.
  • โœ”๏ธ More authetication mechanisms like twitter, facebook, etc.

If you find something is missing, TryShape is listening. Please create a feature request from here.

๐Ÿƒโ€โ™€๏ธ Deploy

๐Ÿค Contributing to TryShape

Any kind of positive contribution is welcome! Please help us to grow by contributing to the project.

If you wish to contribute, you can work on any features listed here or create one on your own. After adding your code, please send us a Pull Request.

Please read CONTRIBUTING for details on our CODE OF CONDUCT, and the process for submitting pull requests to us.

๐Ÿ™ Support

We all need support and motivation. TryShape is not an exception. Please give this project a โญ๏ธ to encourage and show that you liked it. Don't forget to leave a star โญ๏ธ before you move away.

If you found the app helpful, consider supporting us with a coffee.


A โญ๏ธ to TryShape is to build its triceps ๐Ÿ’ช stronger.

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Tapas Adhikary

๐Ÿ’ป ๐Ÿš‡ โš ๏ธ ๐Ÿ“ ๐Ÿค” ๐Ÿง‘โ€๐Ÿซ ๐Ÿ“ฆ ๐Ÿ“†

Nirmal Kumar

โš ๏ธ ๐Ÿ’ป ๐ŸŽจ

William Zhu

โš ๏ธ ๐Ÿ’ป

Savio Martin

โš ๏ธ ๐Ÿ’ป ๐Ÿ›

ckuthyar

๐Ÿ›

This project follows the all-contributors specification. Contributions of any kind welcome!

tryshape's People

Contributors

atapas avatar williamzhu17 avatar nirmalkc avatar allcontributors[bot] avatar saviomartin avatar akhil-maker avatar dependabot[bot] avatar chirag8023 avatar dhairyathedev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.