https://github.com/codevper93/dpx_probikerental-frontend
Un pequeño challenge en React para una empresa.
https://github.com/codevper93/dpx_probikerental-frontend
Last synced: 3 months ago
JSON representation
Un pequeño challenge en React para una empresa.
- Host: GitHub
- URL: https://github.com/codevper93/dpx_probikerental-frontend
- Owner: codevper93
- Created: 2024-09-14T22:21:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T22:22:38.000Z (9 months ago)
- Last Synced: 2025-03-13T04:16:26.964Z (3 months ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Version Reacts JS
- React JS VERSION ^18.2.0## Description of this project
Simple project where images of bicycles are used to simulate a rental store, where you can rent the bicycle according to its model for a number of business days, depending on the days and the model, an account will be made of what you will have to pay.
This project has 3 views: Home, Complete and Message
## Run the application
To run this app you must do this:
```bash
npm install
npm startListen on port: 3000 --> http://localhost:3000
```## Used Libraries
```bash
Bootstrap VERSION ^5.2.0
React Bootstrap VERSION ^2.5.0
React Icons VERSION ^4.4.0
React Router Dom VERSION ^6.3.0
React Redux VERSION ^8.0.2
Redux Thunk ^2.4.1```