Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.43 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.43 KB

Sketch and PDF

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.

Libraries used

  • downloadjs for handling downloads

Live demo

Click here

Backend repo

Getting Started

  • 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

Folder Structure

  • api: For all external API calls;
  • components: For different reusable components
  • context: For all Context providers and related logic
  • config: For config files

Deployment

This is uploaded on Netlify. Check out Netlify for how to deploy your own version.

Authors

👤 Akshat Sethi

Contributing

  • 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

Acknowledgements

Show your support

Give a ⭐️ if you like this project!