Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satoshi-sh/take-stairs
Keep track of users’ stair exercises, created with React and Express API.
https://github.com/satoshi-sh/take-stairs
bootstrap express rcharts react
Last synced: 4 days ago
JSON representation
Keep track of users’ stair exercises, created with React and Express API.
- Host: GitHub
- URL: https://github.com/satoshi-sh/take-stairs
- Owner: Satoshi-Sh
- Created: 2023-01-05T22:53:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T17:03:35.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T15:45:44.131Z (2 months ago)
- Topics: bootstrap, express, rcharts, react
- Language: JavaScript
- Homepage: https://satoshi-sh.github.io/take-stairs/
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Take Stairs
Take StairsThis application keeps track of user's stair exercises. Users just need to put how many stairs they climb up and down. It shows the stats by bar and line plots, visualized data with Recharts. API was created with express, interaction with MongoDB to get stored data. Passport.js was used to authorize the user.
[Backend Repo](https://github.com/Satoshi-Sh/stairsAPI)
### Live Page
[Live Page](https://satoshi-sh.github.io/take-stairs/)### Teachnologies Used
- React
- React Router DOM
- Bootstrap
- Recharts
- Passport.js
- Express
- MongoDB### Outlook