bilal-23 / Paint-React

Remíza - Paint app built with nextjs

Home Page:https://paint-react.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remíza - Paint App 🎨

Paint app built with Nextjs, MongoDb, Next-auth.

Features 💡

  • User Authentication
  • Hand free drawing.
  • Undo, redo strokes, change width and color of strokes & eraser.
  • Export your drawing in PNG format.
  • Save your drawing in mongoDB.
  • Easy to use.

Screenshots

Home Page Draw Page

Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites 📋

You'll need Git and Node.js (which comes with NPM) installed on your computer.

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher

How To Use 🔧

From your command line, first clone this repo:

# Clone this repository
$ git clone https://github.com/bilal-23//Paint-React/

# Go into the repository
$ cd /Paint-React

# Remove current origin repository
$ git remote remove origin

Then you can install the dependencies either using NPM or Yarn:

Using NPM:

# Install dependencies
$ npm install

# Start development server
$ npm run dev

Once your server has started, go to this url http://localhost:3000/ and you will see the website running on a Development Server.

Technologies used 🛠️

About

Remíza - Paint app built with nextjs

https://paint-react.vercel.app/


Languages

Language:JavaScript 70.7%Language:CSS 29.3%