In this project, there are few games to play. So, users need to login to play the games. User can click categories or search for games.
- React
- TailwindCSS
- Formik
- Yup
- React Icons
- Classnames
- json-server
- axios
Clone the repository to your local machine
$ git clone https://github.com/Yunusyerli1/gameon.git
cd into the directory, install dependencies, build and start
$ npm install
$ json-server --watch mock/mock-data.json --port 3001 --middlewares mock/mock-api.js
$ npm run start
Open http://localhost:3000 to view it in the browser.
👤 Yunus YERLİ
- Github: @yunusyerli1
- Twitter: @angularious
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
- Fork it (https://github.com/Yunusyerli1/gameon.git/fork)
- Create your working branch (git checkout -b [choose-a-name])
- Commit your changes (git commit -am 'what this commit will fix/add/improve')
- Push to the branch (git push origin [chosen-name])
- Create a new Pull Request
Give a ⭐️ if you like this project!