This project was part of Front end developing course in Haaga-Helia University of Applied Sciences. The project has been deployed to AWS and you can check it by following the link below. The idea of the project is an application for personal trainers. You can add a customer, add a training for the customer, check the trainings from calendar view and see the charts of training durations.
https://master.d1ts5p95e587sj.amplifyapp.com
This project was bootstrapped with Create React App.
To use the application you need to have installed the following:
- Node
Clone or download this project
$ git clone https://github.com/linneamyl/personaltrainer.git
navigate to app's directory:
cd /path_to/personaltrainer
run
npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
- Material-ui/core
- Material-ui/Icons
- Moment
- Material Design Lite
- Recharts
- React-table-v6
- React-big-calendar
- React-router-dom
- Lodash
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.