Built with React, Next.js. Written in TypeScript, CSS, JavaScript.
List your project's features here.
- TypeScript
- CSS
- JavaScript
- React
- Next.js
git clone https://github.com/Akshaygore1/FakeStake.git
cd FakeStake
npm install
├── app
│ ├── (games)
│ │ ├── layout.tsx
│ │ ├── mines
│ │ │ ├── page.tsx
│ │ ├── rocket
│ │ │ ├── page.tsx
│ ├── _components
│ │ ├── ConfigComponent.tsx
│ │ ├── ConfigForRocket.tsx
│ │ ├── Footer.tsx
│ │ ├── GameCard.tsx
│ │ ├── GridComponent.tsx
│ │ ├── Navbar.tsx
│ │ ├── RocketComponent.tsx
│ │ ├── ui
│ │ │ ├── Modal.tsx
│ ├── _constants
│ │ ├── data.js
│ ├── _lib
│ │ ├── utils.ts
│ ├── _store
│ │ ├── commonStore.ts
│ │ ├── configStore.ts
│ │ ├── gridStore.ts
│ │ ├── rocketConfig.ts
│ ├── globals.css
│ ├── layout.tsx
│ ├── page.tsx
├── package.json
├── public
│ ├── assets
Instructions on how to use the project.
- Fork the repository!
- Clone your fork: git clone
https://github.com/<your-username>/FakeStake.git
- Create your feature/fix branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Thanks go to these wonderful people 😇
Akshay Gore |
Lohit M Kudlannavar |
Surendra |
If you like this project, please consider giving it a ⭐️ on GitHub! Would you like me to explain or elaborate on any part of this README?