#Weightly.io
###Features
Weightly is a weight tracking app with these list of features:
- Add weight
- Weight changes chart
- Current BMI
- Set a weight goal to achieve
- See the weight lost/gained last month
- Import data from JSON/CSV
- Export data to JSON/CSV
###Technology Stack
-
Server
- Node.js
- Passport.js (Authentication)
- MongoDB
-
Client
- React
- Alt (Flux Implementation)
- jQuery
- Sass
- Webpack
- Babel (ES2015 Transpiling)
###Start the project
- Clone the repo
- Make sure that
mongod
is running - Open
server/
and donpm install
- Run server using
npm start
- Open
client/
and donpm install
- Run client using
webpack-dev-server --hot --inline
###Code reviews and contributions are very welcome
###Weightly is a work in progress but here's the basic wireframe for the expected result