Worldtrip - Application created with NextJS and ChakraUI to list the most visited cities on each continent.
This project was developed during the ReactJS track, available on Rocketseat's Ignite.
Users should be able to:
- List continents
- List cities from each continent
- NextJS
- ReactJS
- ChakraUI
- Swiper
- JSON Server
- Website - Daniel Mafra
- LinkedIn - @danielmafradev
- Instagram - @danielmafradev
Clone the repository using "git clone". After that, go to the project folder and use the command "npm install" or "yarn install" to install the dependencies.
Run command "npm run server" or "yarn server" for start JSON server.
Finally use the command "npm run dev" or "yarn dev" to start the project.