Project setup
Install the dependencies
npm i
Start the server by
npm run dev
or
yarn dev
The project was built after self-study of NextJS. During the project, I strengthened myself in the subjects I studied. Why I need to use _app and _document, what components are in NextJS. Also, I tryed a React library - Slider
In the project I focused on router, slider and transferring data from page to page. I used:
- NextJS
- next/image
- next/link
- next/router
- React
- UseState
- React-slick
- Slider
- Api Json
- GetServerSideProps
- Scss
- JavaScript