It's a interactive web app built using components concepts and advanced concepts like Http Requests, Routing, Animations & Transitions, Vuex, Authentication in VeuJS.
You will need Node.js installed on your system.
Download the source code as a zip archive.
Once downloaded, open the terminal in the project directory, and continue with:
npm install
npm run serve
- Authentication:
- Login and Logout.
- Auto Login and Auto Logout.
- Coaches:
- Show the list of available coaches.
- Filter this list based on the field.
- View details of each list.
- Contact a coach.
- Register as a coach and receive requests (you must login first).
- Requests:
- Show your received requests as a coach (you must login first).