A 2-page interface for the FreeToGame website.
List of the main tools used:
- React
- React Router
- Redux Toolkit
- Material UI
- Vite
- Free-To-Play Games Database API
Run the server and view the project by doing the following:
- Clone the repository using
git clone
. cd
intofree-to-game-interface
directory.- Run
npm i && npm start
.