Is a Web-based app that performs a set of actions to get a list of car data from https://car-viewer-api.herokuapp.com/ as json format. Where car with specific model name with price, fee to take on rent, current discount, and representative name. A authenticated user can book a schedule for a test drive, but in number of limited cities. User can see the list of appointment that he has booked. Nice transforming Nav Items to navigate user properly. The design was taken from here. Design credit goes to Murat Korkmaz
-
Takes username, email, password to register a user.
-
User authentication cover by taking email and password.
-
Renders a list of cars with related informations. Such as,
..1. Car model
..2. Price
..3. Payable price
..4. Minimum deposit to test a car
..5. Representative name -
Users appointment info.
-
Details of a specific car model.
- React
- Redux
- Axios
- React
Live version of the project Live
-
Clone the repository:
git clone git@github.com:shshamim63/car-viewer-react.git
-
Enter into the folder:
cd car-viewer-react
-
Run
yarn start
to start the development server. It will automatically open the page in your default browser. -
Run
yarn run build
to get a deployable version.
Project interact with an API, created in Ruby on Rails. Here is the link of the repository.
[@Shakhawat Hossain](https://github.com/Shakhawat Hossain)
You can contact with me at:
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2019 Shakhawat Hossain