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
Frontend - Vite + React, TypeScript
Styling - TailwindCSS
Component Library - Shadcn
Backend - NodeJS, ExpressJS
Database - MongoDB
Deployment - Vercel
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