A delivery website created with ReactJS for online ordering.
Clone the project
git clone https://github.com/jeffubayi/dial-delivery
Go to the project directory
cd dial-delivery
Install dependencies
yarn install
Start the server
yarn start
To deploy this project run
yarn build
- This project uses a fake My JSON Server API for list products.
If you want to register your own products, just clone this repository, modify and upload it to GitHub.
After that, just follow the instructions that are in https://my-json-server.typicode.com/
- Consume data through API
- Breakpoints for Desktop and Smartphone
- Increment and decrement products in the cart
- Add note to product
- Form data validation
- ContextAPI and custom Hooks
- Phone field mask
- Get address via API through zip code
- Save the address used in localStorage
- Use the address in localStorage as default