Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gndz07/ginaadzani_12_20032021
Dashboard for a health app, showing graphics of activities. Built with React.
https://github.com/gndz07/ginaadzani_12_20032021
css javascript react recharts
Last synced: 1 day ago
JSON representation
Dashboard for a health app, showing graphics of activities. Built with React.
- Host: GitHub
- URL: https://github.com/gndz07/ginaadzani_12_20032021
- Owner: gndz07
- Created: 2021-03-26T13:27:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T14:46:35.000Z (over 3 years ago)
- Last Synced: 2024-11-09T08:46:41.692Z (about 2 months ago)
- Topics: css, javascript, react, recharts
- Language: HTML
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SportsApp User Dashboard
Dashboard for users of SportsApp. Data was fetched from an external NodeJS server.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Prerequisites
- [npm](https://www.npmjs.com/) v6.14.11
- [NodeJS](https://nodejs.org/en/) v.14.16.0
## Dependencies
- [React](https://reactjs.org/) v17.0.1
- [recharts](https://recharts.org/en-US) v2.0.9
- [react-router-dom](https://reactrouter.com/web/guides/quick-start) v5.2.0
- [prop-types](https://www.npmjs.com/package/prop-types) v15.7.2
## Database
Clone this [external NodeJS server](https://github.com/gndz07/P9-front-end-dashboard) for the micro API of this project.
## Install this project on your local
- Fork this repository
- Clone to your local on a directory of your choice.
- From the terminal, change directory to the cloned project directory.
- Install with command `npm i`
- Run the project with command `npm start`
The project will run in `http://localhost:3001` (reserve port 3000 for micro API)
## Existing path
- For the time being, only two users available, with URL for each:
- `http://localhost:3001/user/12`
- `http://localhost:3001/user/18`