Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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