Creation of an application based on Figma's layout, using the main features of ChakraUI, along with NextJS.
As an additional challenge, it was necessary to use the Swiper library to create a carousel.
- Componentization of elements with ChakraUI
- Creating routes with Next Link
- Mobile/desktop layout adaptation
- Carousel creation
npm
# install dependencies
npm install
# run the project
npm run dev
yarn
# install dependencies
yarn
# run the project
yarn run dev