/worldtrip

Application created with NextJS and ChakraUI to list the most visited cities on each continent.

Primary LanguageTypeScript

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.

Table of contents

Overview

The project

Users should be able to:

  • List continents
  • List cities from each continent

Screenshot

Development process

Built with

  • NextJS
  • ReactJS
  • ChakraUI
  • Swiper
  • JSON Server

Coded by

How to run the project

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.