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: 3 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T17:03:35.000Z (over 3 years ago)
- Last Synced: 2025-03-05T15:13:24.831Z (over 1 year 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 Stairs
This 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