Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakazzy/exercise-tracker-client
This is the Frontend for the exercise tracker application
https://github.com/jakazzy/exercise-tracker-client
Last synced: 17 days ago
JSON representation
This is the Frontend for the exercise tracker application
- Host: GitHub
- URL: https://github.com/jakazzy/exercise-tracker-client
- Owner: jakazzy
- License: mit
- Created: 2020-05-13T04:11:07.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T20:16:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T07:41:33.629Z (19 days ago)
- Language: JavaScript
- Size: 4.24 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exercise Tracker
This is an exercise tracker app built with inspiration from same project by Freecodecamp. It tracks users exercise journey goals and completion.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
```
npm and Nodejs
```### Installing
A step by step series of examples that tell you how to get a development env running
Install the dependencies and dev dependencies
```
npm install
```## Run Project
Explain how to run the automated tests for this system
```
npm start
```## Built With
* React js
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details