Play 4 Win is the e-commerce where you can find all about videogames.
- Permite visualizar un catálogo de videojuegos
- Permite filtrar por categoría de la consola:
- Accesories
- PS4
- PS5
- Al hacer click en la imagen de un juego o en el botón de "Ver más" se accede a la vista con detalle del juego
- Cada artículo cuenta con un detalle y un botón para agregar al carrito
Play 4 Win utiliza varias tecnologías open source para trabajar correctamente:
Tech | Purpose |
---|---|
React js | HTML enhanced for web apps. |
Firebase | To manage database on cloud |
react-router-dom | To manage navigation |
react-hot-toast | To add notifications |
Font Awesome - React | To add icons for react |
styled-component | To enhance CSS for styling React component systems |
Bootstrap | great UI boilerplate for modern web apps |
NodeJS | To support the runtime environment |
Play 4 Win requires Node.js v16+ to run.
Install the dependencies and start the server.
cd my-app
npm i
npm start