SAYEM5522 / MERN-Test

Home Page:https://mern-interview-test-self.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:

The project features a canvas where users can draw various shapes, such as lines, circles, and rectangles. Users can choose the type of shape they want to draw through a selection UI that includes different shape options.As the user draws a shape on the canvas, the application renders it in real-time, providing immediate visual feedback

Live Link

https://mern-interview-test-self.vercel.app/

Getting Started

Follow these steps to set up and run the project locally:

Clone the Repository

git clone https://github.com/SAYEM5522/MERN-Interview-Test.git

Move to client folder

cd client

Install Dependencies

npm install

Run the Application

npm start

Move to server folder

cd server

Install Dependencies

npm install

Replace your database url in the .env.example file, and then rename it to .env

Run the server

node index.js

About

https://mern-interview-test-self.vercel.app


Languages

Language:JavaScript 87.4%Language:HTML 8.0%Language:CSS 4.6%