You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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.
48
53
49
-
##🚀 Demo
54
+
# 🚀 Demo
50
55
Here is a quick demo of the app. We hope you enjoy it.
Liked it? Please give a ⭐️ to <b>TryShape</b> to build its triceps 💪 stronger.
55
60
56
-
##💻 Use TryShape
61
+
# 💻 Use TryShape
57
62
Please access TryShape using the URL:
58
63
59
64
> https://tryshape.vercel.app/
60
65
61
-
##🔥 Features
62
-
`TryShape` comes with a bundle of features to give your creativity a shape. You can do the followings with TryShape,
66
+
# 🔥 Features
67
+
`TryShape` comes with a bundle of features already. You can do the followings with it,
63
68
64
-
### ✅ Listing Shapes
65
-
- List out shapes for you to pick and use.
66
-
### ✅ Create Shapes
69
+
## 🔢 Listing Shapes
70
+
- List out shapes for you to pick and use.
71
+
72
+
## 🏗️ Create Shapes
67
73
- Create any shapes using an intuitive editor.
68
74
- Create Polygonal, Circular, Elliptical shapes without knowing the underlying complexities like CSS clip-path.
69
75
- Add/Remove vertices, join them, drag-drop to position them to create a shape.
70
76
- Provide your choice of colors, add the contextual information as notes while creating the shapes.
71
77
- Are you an expert in CSS clip-path? Great, you can add a clip-path value directly and start from there.
72
78
73
-
### ✅ Controlling the Visibility of Shapes
74
-
- You can create a shape and share with the TryShape community by making it public.
79
+
##📢 Controlling the Visibility of Shapes
80
+
- You can create a shape and share it with the TryShape community by making it public.
75
81
- Do you want to keep your creativity private? No worries, that's possible too.
76
82
77
-
### ✅ Like Shapes
78
-
- Liked a shape and want to to add it to your shape collection? You can do that just with a click. Want to undo? That's supported as well.
83
+
##💘 Like Shapes
84
+
- 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.
79
85
80
-
### ✅ Export Shapes
86
+
##✨ Export Shapes
81
87
- Export the shapes to use in your application.
82
88
- Export the shapes as PNG, JPEG, and SVG files.
83
-
- Single-Click Copy of the undering CSS and clip-path proprty to use directly into your webapp.
89
+
- Single-Click Copy of the underlying CSS and clip-path property to use directly into your web app.
84
90
85
-
### ✅ Search Shapes
91
+
##🔍 Search Shapes
86
92
- Search a shape with key-in search.
87
93
88
-
### ✅ Sort Shapes
94
+
##🎿 Sort Shapes
89
95
- Sort shapes by, most liked, recent, and oldest.
90
-
### ✅ Authentication & Authorization
91
-
- Features like export, like, create, edit shapes need you to autheticate with the app. You can use your Gmail or GitHub credntials to authenticate to the app. It is secured and powered by `Google Firebase`.
92
-
### ✅ Responsive and Mobile Friendly
93
-
- Use `TryShape` seamlessly from any devices.
94
96
95
-
## 🏗️ How to Set up `TryShape` for Development?
97
+
## 🔑 Authentication & Authorization
98
+
- 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`.
99
+
100
+
## 📱 Responsive and mobile-friendly
101
+
- Use `TryShape` seamlessly from any device.
102
+
103
+
# 🏗️ How to Set up `TryShape` for Development?
96
104
You can run TryShape locally with a few easy steps.
97
105
98
106
1. Clone the repository
@@ -136,7 +144,7 @@ npm run dev # or, yarn dev
136
144
137
145
That's All!!! Now open [localhost:3000](http://localhost:3000/) to see the app.
138
146
139
-
##🍔 Built With
147
+
# 🍔 Built With
140
148
-[Next JS](https://nextjs.org/): The coolest React-based framework on the planet
141
149
-[Harper DB](https://harperdb.io/): A flexible Data Store
142
150
-[react-icons](https://react-icons.github.io/react-icons/): One shop for all the icons
@@ -154,10 +162,10 @@ That's All!!! Now open [localhost:3000](http://localhost:3000/) to see the app.
154
162
-[html-to-image](https://github.com/bubkoo/html-to-image#readme): Converts an HTML element to image
155
163
-[Vercel](http://vercel.com/): Best for Hosting a Next.js app
156
164
157
-
##🛡️ License
165
+
# 🛡️ License
158
166
This project is licensed under the MIT License - see the [`LICENSE`](LICENSE) file for details.
159
167
160
-
##🦄 Upcoming Features
168
+
# 🦄 Upcoming Features
161
169
`TryShape` has all the potentials to grow further. Here are some of the upcoming features planned(not in any order),
162
170
163
171
- ✔️ Add the ability to create shape using SVG elements to support Curvy Node adjustments.
@@ -176,7 +184,7 @@ This project is licensed under the MIT License - see the [`LICENSE`](LICENSE) fi
176
184
177
185
If you find something is missing, `TryShape` is listening. Please create a feature request [from here](https://github.com/TryShape/tryshape/issues/new/choose).
@@ -186,14 +194,14 @@ If you find something is missing, `TryShape` is listening. Please create a featu
186
194
</a>
187
195
188
196
189
-
##🤝 Contributing to `TryShape`
190
-
Any kind of positive contributions are welcome! Please help us to grow by contributing to the project.
197
+
# 🤝 Contributing to `TryShape`
198
+
Any kind of positive contribution is welcome! Please help us to grow by contributing to the project.
191
199
192
200
If you wish to contribute, you can work on any features [listed here](https://github.com/TryShape/tryshape#-upcoming-features) or create one on your own. After adding your code, please send us a Pull Request.
193
201
194
202
> Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDUCT`](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.
195
203
196
-
##🙏 Support
204
+
# 🙏 Support
197
205
198
206
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.
199
207
@@ -209,3 +217,26 @@ If you found the app helpful, consider supporting us with a coffee.
209
217
A ⭐️ to <b>TryShape</b> is to build its triceps 💪 stronger.
210
218
</h3>
211
219
220
+
221
+
## Contributors ✨
222
+
223
+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
224
+
225
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
0 commit comments