👉 Visit app. Welcome to Many Games, project built with React.js, Tailwind CSS and TypeScript.
Many Games is an offline games app where users can play fun, challenging and engaging Puzzle, Word and Memory games. Many Games can be downloaded as a standalone mobile app with chrome browser or play directly on browser. My goal is to add one new game every month.
- React.js : React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.
- Tailwind CSS : A utility-first CSS framework for rapid UI development.
- SCSS: Syntactically Awesome Style Sheet SCSS (Sassy CSS) is a preprocessor scripting language that is a superset of CSS.
- TypeScript: A typed superset of JavaScript that provides enhanced tooling and developer productivity.
- Puzzle
- 2048
- Wordle
- Memory Match
- Offline mobile app (PWA)
- Game state persist
- Unlimited game rounds
- Cross broswer tab game state sink
- Dark mode
- User login
- Database integration
- Online multiplayer
- Leader board
Steps to locally setup development after cloning the project.
git clone https://github.com/BUMBAIYA/ManyGames.git
You will need:
Please install them if you don't have them already.
If you are using yarn run from the root of the repository:
cd ManyGames
yarn
Once the dependencies are installed, you can run the app:
yarn dev
Your browser should open up to a running app.
Licensed under the MIT license