- 📖 About the Project
- 🚀 Live Demo
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Videogames Rental Client stands as a responsive Single Page Application (SPA) that empowers users to embark on a journey through the realm of classic vintage videogames for rent. Seamlessly interfacing with the Videogames Rental Server API, it offers a user-friendly gateway into the world of gaming nostalgia.
- Allows users login/sign up leveraging on the local storage API
- Allows the user to see a list of all available videogames
- Allows the user to see details of any available videogame
- Allows the user to reserve any available videogame
- Allows admins to create/delete new videogames
- Implements global state management with
@reduxjs/toolkit
- Implements routing with
react-router-dom
- Uses
axios
for API data fetching - Includes
vitest
and@testing-library
's unit tests
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install Node.js
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:dicodiaz/videogames_rental_client.git
Install this project with:
cd videogames_rental_client
npm install
To run the project, execute the following commands:
npm run dev
To run tests, run the following command:
npm test
There's a CD pipeline set up to track the develop
branch.
Please open a PR from your feature branch to develop
in order to contribute.
👤 Dico Diaz Dussan
- GitHub: @dicodiaz
- LinkedIn: Dico Diaz Dussan
- Portfolio: portfolio.dicodiaz.com.co
👤 David Espino
- GitHub: @DavidEspinoG
- Twitter: @DavidEspinoG
- LinkedIn: davidespinog
👤 Nicolas Olaya
- GitHub: @NicolasAndrehh
- Twitter: @nicolasolaya22
- LinkedIn: LinkedIn
👤 Alejandra Keber Maggi
- GitHub: @AlejandraKeber
- Twitter: @KeberAlejandra
- LinkedIn: alejandra-keber
👤 Luis Sanchez
- Increase unit test coverage
- Add integration tests with Cypress
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Original design idea by Murat Korkmaz.
- A huge thanks to Microverse for their constant support.
This project is MIT licensed.