Skip to content

iam-Akshat/sketch-front

Repository files navigation

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!

About

A sketching app made using React and Canvas API. Can download the image as pdf using a custom express backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published