Personal Trainer company needs front end to their customer database. Database contains info about customers and their trainings. They have REST API and documentation which contains all information needed for front end development.
npm install
npm start
- firebase
- semantic-ui-css
- semantic-ui-react
- react-confirm-alert
- react-router-dom
- react-skylight
- react-table
- react-toastify
public/
favicon.ico
index.html
manifest.json
src/
Components/
AddCustomer.js
AddTraining.js
CustomerList.js
CustomerTraining.js
EditCustomer.js
Home.js
Landing.js
LogIn.js
SignOut.js
SignUp.js
TrainingList.js
Constants/
routes.js
Firebase/
auth.js
firebase.js
index.js
App.css
App.js
App.test.js
index.css
index.js
logo.svg
registerServiceWork.js
.gitattributes.file
.gitignore.file
package.json
README.md