- 📖 About the Project
- 🚀 Walkthrough
- 🚀 Live Demo
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[gamedex] is a SPA built with React, Redux Toolkit, and Tailwind. The app makes use of the OpenCritic API as the backend. The app allows users to dive through four different categories to get information regarding the most inquired games of the industry at the moment. Metrics are displayed in real time as the user navigates through the site. Original design idea by Nelson Sakwa on Behance.
Client
- HTML
- CSS
- JavaScript
- React
- Redux Toolkit
- Tailwind
Server
- Render
Database
- OpenCritic API
- [Integration of Jest and React Testing Library for tests]
- [Correct Redux integration]
- [Correct async consumption of API]
- [Correct integration of Tailwindcss styling]
To get a local copy up and running, follow these steps.
- You don't need any previous installation in order to run this project
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/mwismann/gamedex-app.git
To install this project dependencies run the following command:
npm install
- To start this project on your localhost run the following command:
npm start
- To test this project run the following command:
npm test
- This is not a deployable project
👤 Mathias Wismann
- GitHub: @mwismann
- Twitter: @mathias_wismann
- LinkedIn: Mathias Wismann
- [Improve Desktop version]
- [Improve UX with animations and transitions]
- [Implement additional pages]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project it would be a great help if you could star this repo!
I would like to thank to Microverse for providing me the opportunity and inspiration for this work.
This project is MIT licensed.