Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.2 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.2 KB

Multi Monkey

ts

Multi Monkey is a typing race game built with Vite, React.js, TypeScript, Node.js Express.js & MongoDB. It utilizes TailwindCSS for styling and Shadcn for component styling, offering an engaging and dynamic user experience.

Deployed here

Tech Stack

Frontend - Vite + React, TypeScript
Styling - TailwindCSS
Component Library - Shadcn
Backend - NodeJS, ExpressJS
Database - MongoDB
Deployment - Vercel

Running Locally

Clone the project

git clone https://github.com/abhijivani3001/multi-monkey.git

Go to the project directory

cd multi-monkey

Remove remote origin

git remote remove origin

Start the server

cd backend
npm install
npm run dev

Start the client

cd frontend
npm install
npm start

Author