Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.79 KB

File metadata and controls

51 lines (35 loc) · 1.79 KB

Sketchapp

Sketchapp is a desktop application built with Electron to help artists track their daily art progress. Each day, the app presents a new drawing prompt, allows users to upload their artwork, and maintains a gallery of past submissions. This tool is designed to help artists maintain a consistent practice schedule, improve over time, and easily revisit their previous works.

Features

  • Daily Art Prompts: Automatically receive a new art challenge every day.
  • Upload Artwork: Easily upload your drawings and paintings.
  • Gallery View: Browse through your past submissions with details like date, prompt, and materials used.
  • Track Progress: See your improvement over time by revisiting earlier artworks.

Installation

To get started with Sketchapp, clone this repository and install its dependencies.

git clone https://github.com/NathanKhadaroo/Sketchapp.git
cd Sketchapp
npm install

Usage

To run Sketchapp, use the following command in the project directory:

npm start

This will open the application in a window where you can view the daily prompt, upload your artwork, and browse the gallery.

Contributing

Contributions to Sketchapp are welcome! Whether it's bug fixes, feature enhancements, or documentation improvements, your help is appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/YourAmazingFeature)
  3. Commit your Changes (git commit -m 'Add some YourAmazingFeature')
  4. Push to the Branch (git push origin feature/YourAmazingFeature)
  5. Open a Pull Request

License

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

Contact

Nathan Khadaroo on Twitter: @NathanKhadaroo

Project Link: https://github.com/NathanKhadaroo/Sketchapp

Acknowledgements

Electron

Node.js