This Single Page Application (SPA) is a comprehensive platform designed for selling motorcycles. Users can explore a diverse range of motorcycles, access detailed information about each model, and manage their collection effortlessly. The application enables functionalities for adding, editing, and removing motorcycle listings. With search and pagination features, error handling, and validation, this app ensures a seamless and efficient user experience for motorcycle enthusiasts and sellers alike.
https://moto-mania-sell.netlify.app/
https://www.youtube.com/watch?v=e4k2uRcVSFA
- User authentication and registration
- Comments
- Create offers
- Share offers
- Search articles
- Useful resources and videos
- User-friendly interface with a full-responsive design
- ReactJs
- HTML, CSS
- JavaScript
- Toastify
- APIs:
- 1. Weather API: https://openweathermap.org/api
- 2. Api Ninjas: https://api-ninjas.com/api
- Clone the repository:
- Start BE-server:
- cd ./server
- node ./server.js
- Server listening on port 3030
- You can make requests to http://localhost:3030/
- Admin panel located at http://localhost:3030/admin
- Server Docs: https://github.com/softuni-practice-server/softuni-practice-server
- Install project dependencies:
- cd /client
- npm install
- Start FE-client:
- npm run dev
- App starts at http://localhost:5173
- MIT License