Snake Game with React and TypeScript
This is a simple Snake Game built with React and TypeScript.
- Play the classic Snake Game
- Responsive design
- Easy to use and understand
- React
- TypeScript
- Vite
- CSS
To get a local copy of the project up and running, follow these simple steps.
-
Clone the repo
git clone https://github.com/saquibshaikh14/snake-game-react-ts.git
-
Install the dependencies
cd snake-game-react-ts npm install
To run the project locally, use the following command:
npm run dev
The project will be available at http://localhost:{PORT}.
To build and deploy the project, use the following commands:
npm run build
The build artifacts will be available in the dist folder.
Contributions are always welcome!