A simple sketching app in React using Canvas.
A Sketching app with color and pen width control. Uses express backend to turn the image to pdf.
- downloadjs for handling downloads
- Clone the repo
https://github.com/iam-Akshat/sketch-front.git
cd sketch-front
- Run
npm install
to install all the dependencies - Run
npm run dev
api
: For all external API calls;components
: For different reusable componentscontext
: For all Context providers and related logicconfig
: For config files
This is uploaded on Netlify. Check out Netlify for how to deploy your own version.
👤 Akshat Sethi
- Github: iam-Akshat
- Twitter: Akshat Sethi
- LinkedIn: Akshat Sethi
- Fork the project
- Create your feature branch
git checkout -b awesome-feature
- Commit your changes
git commit -m 'Awesome feature'
- Push it
git push -u origin awesome-feature
- Open a pull request using this branch
- Skynox Tech for design guidelines
Give a ⭐️ if you like this project!