Corebiz Frontend Challenge V2 is a improved version from Corebiz Frontend Challenge with better code structure, mocked API responses, recent technologies as React, TypeScript and TailwindCSS.
- React
- TypeScript
- TailwindCSS
- Vite
- Eslint + Prettier
- Axios
- Add products on minicart by clicking on
Comprar
button; - Open minicart by clicking on
Cart
icon button; - Remove products by clicking on
Trash
icon button; - Responsive layout;
- Minicart have persistent data after reloading page;
- Form validations in newsletter submission;
- Search products by typing anything on search bar.
- yarn
- Node.js
Clone the repository by following this instructions: Cloning a repository.
Install dependencies by running:
yarn install
To run development server:
yarn dev
Navigate into your browser and type http://localhost:3000
to view code in action 😎
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.