used Tech Stack:
- React
- Redux - State managing
- Mock API - Saving data about cars
- Own REST API - Saving data about users
- Render - For deploying API for autonomous processing
- MongoDB - Database for data about users from API
- Styled Components - Styling for React
- Axios - for connections to API's
- Notiflix - Notifications for UI
Luxuriosity Motor Union is a service that collects all the best, most exclusive, most luxurious and most iconic cars from all companies. A car showroom for true connoisseurs of luxury, speed, cult, beauty and status. Any person can choose a car according to his taste, discretion, whims and wallet. Here everything depends only on the buyer, namely, on his desire and desire to show everyone that luxury is available.
Main Features:
- Ability to view all available cars
- Easy filter to search a specific car brand
- Authorization(includes Registration and Login)
- Shopping cart
- Ability to check chosen car's information
- Ability to add car to shopping cart
Firstly, clone the project into your computer according next line:
https://github.com/Senichkaa/coursework.gitto clone repo
Secondly, use next commands to successfully code running:
npm installto download all project's dependenciesnpm buildto build the project before startingnpm startto start the project