This app simulates a coffee shop delivery from the products list to the checkout and success pages.
Developed as a challenge during the "Ignite - ReactJS" bootcamp by @Rocketseat.
- React
- States, hooks, routes, props
- Context API
- Custom reducers
- TypeScript
- ViteJS
- Styled-Components
- React Hook Form + Zod
- Map, filter and reduce functions
- Toast notifications
After cloning/downloading this repository, open your terminal, navigate to the project's directory then run:
npm install
- To install packages dependenciesnpm run dev
- To run the application on your localhost