Final project for the Front-end Development Course, Haaga-Helia. REST API was created by the teacher and is out of scope of this project. The author is not responsible for the api's availability.
This is a training session planning app with the following functionalities:
- Sign in / Sign up / Reset password
- Customer and training lists
- Customer/traning add, update, delete
- Export in .csv format
- Calendar view
- Table filter
- React, react-router
- react-table
- redux
- firebase
To install this project:
`npm install`
register an app with firebase and update firebase.js file with the new credentials
`npm start`
Runs the app in the development mode.
Open [http://localhost:3000] to view it in the browser.