abhijivani3001 / multi-monkey

Multi Monkey is a typing race game where player can practice and improve their typing speed and accuracy.
https://multi-monkey.vercel.app
4 stars 3 forks source link
hacktoberfest hacktoberfest2024 mern-stack shadcn-ui tailwindcss typescript

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