This is the frontend for the FullStack Coursework project.
It is a Vue 3 SPA built with Vite and deployed on GitHub Pages.
- Browse and search lessons
- Add/remove lessons from cart
- Checkout and place orders
- Responsive and modern UI
- Vue 3
- Vite
- GitHub Pages (deployment)
The frontend is live at:
https://domanskifilip.github.io/FullStack-CW-FrontEnd/
This app connects to the backend API hosted on Render.com:
https://fullstack-cw-backend-d2z9.onrender.com/lessons
backend repository: https://github.com/DomanskiFilip/FullStack-CW-BackEnd
npm install
npm run devnpm run build
npm run deployThe site is published to GitHub Pages at the URL above.