It is an application build in React which make request to an api and return data saved by each user
- React
- Redux
- Javascript
To get a local copy up and running follow these simple example steps.
- Clone this repository. Type
git clone https://github.com/julian3493/capstone-tracking-app.git
- Navigate to the project folder (capstone-tracking-app)
capstone-tracking-app
- Change url
https://julian-comsumption-tracker-api.herokuapp.com
tohttp://localhost:3001
in the following files: - Dashboard.js Line: 33
- Login.js Line: 19
- Logout.js Line: 13
- Registrations.js Line: 21
- Statistics.js Line: 46
- TracksPage.js Line: 15
- Complete the set up for the api in this repo
Run the App locally using npm start
Use npm test
to run tests
👤 Julian Ramos
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!