An open API service indexing awesome lists of open source software.

https://github.com/ertugrulsertaslan/paint-app

This simple Paint application allows users to draw and showcase their creativity.
https://github.com/ertugrulsertaslan/paint-app

netlify reactjs tailwindcss vite

Last synced: about 2 months ago
JSON representation

This simple Paint application allows users to draw and showcase their creativity.

Awesome Lists containing this project

README

        

# Paint App 🎨

This simple Paint application allows users to draw and showcase their creativity. The project features basic drawing tools, and users can choose from different colors and brush sizes.

## Demo 🌐
[paint-app.netlify.app](https://vite-paint-app.netlify.app/)

## Screenshots πŸ“Έ


Home Page

## Features ✨

- **Drawing Tools βœοΈπŸ–ŒοΈ**: Ability to draw with various tools like pen, brush, fill, etc.
- **Color Selection 🎨**: Users can choose from different colors.
- **Brush Size Adjustment πŸ–ŒοΈ**: Different brush sizes can be selected for drawing.
- **Save and Share πŸ’ΎπŸ“€**: Drawings can be saved and optionally shared on social media platforms.

## Technologies Used πŸ’»

- πŸ’» [React.js](https://reactjs.org/) - JS library for crafting user interfaces
- πŸ“¦ [Vite](https://vitejs.dev/) - Module bundler
- 🎨 [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework
- 🌐 [Netlify](https://www.netlify.com/) - Hosting service for static web apps

## Install & Build πŸ”§

Prerequisites

- Install Node.js βš™οΈ
- Clone the repo πŸ”„

πŸ“¦ After cloning the repo install dependecies with

```sh
npm i
```
πŸ“‘ To run development server use dev script
```sh
npm run dev
```
πŸ”§ To build use build script
```sh
npm run build
```
after running scripts go to http://localhost:5173 with your browser to use the app. 🌐

## License πŸ“„

[MIT](https://choosealicense.com/licenses/mit/)