StoicNeutron / PixelPainting

Web Painting.

Home Page:https://pixel-painting.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel Painting 🎨

A small react project that let allow the users to paint over the painting board which made out of a box (pixel like sqaure).

Features

  • Changing Colors
  • Reset New
  • Change Pixels Size

Running this project

This guide will walk you through the process of cloning and running a React project on your local machine.

Prerequisites: Node.js

Cloning the Project

  1. Open a terminal window.
  2. Navigate to the directory where you want to clone the project.
  3. Use the git clone command followed by the repository URL to clone the project. Example: git clone https://github.com/StoicNeutron/PixelPainting

Running the Project

  1. Open the project folder with any IDE.
  2. Install dependencies by running either of the following commands. npm install
  3. Once all dependencies are installed, you can start the development server by running: npm start
  4. After running the command, the development server will start, and your default web browser should open automatically, displaying the React application. If it doesn't, you can manually navigate to http://localhost:3000 in your browser.
Author: Samnang Thorn

About

Web Painting.

https://pixel-painting.vercel.app

License:MIT License


Languages

Language:JavaScript 72.7%Language:CSS 15.2%Language:HTML 12.1%