PlayGratis is the ultimate directory for finding free-to-play PC or Browser games. Made with NextJs & Tailwind
https://play-gratis.vercel.app/
- Next
- Tailwind
- FreeToGame API
- Hooks (useState, useEffect...)
- Static and dinamic Routing
- Conditional Components
- Search that filters your query
- Custom pagination
- JavaScript ES6+
- Deploy to Vercel
Clone or fork this repo. Open the project and in your console write the following command:
npm install
It will install the project dependencies for you, then use the command:
npm run dev
# or
yarn dev
It will start the project in developer mode in your browser, then open this URL:
You will see your project running and watch the code changes quickly