This is an inventory displaying website for USA customers, which is a diller for Mercedes Sprinters and other VANs.
useState()
useEffect()
useSelector()
useDispatch()
- Created the contact form by using
useState()
hook to handle all inputs - Used
useEffect()
hook to monitor any changes in inputs and save inlocalStore
- Used conditional rendering, when the form is submitted (display success message)
- Implemented
Redux
for React - Used
useSelector()
anduseDispatch()
hooks for working with Redux
The Demo Live version is available
- React JS
- React Bootstrap
- Netlify
- copy and run this command to your terminal
git clone https://github.com/elmar8287/dreamcar-auto-sales.git
- switch to right directory by
cd dreamcar-auto-sales
- instal npm by running this command
npm i
- start the project by running this command
npm start
- GitHub: @elmar8287
- LinkedIn: Elmar Abdulkarimov
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
License could be find here