Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 2.12 KB

README.md

File metadata and controls

69 lines (53 loc) · 2.12 KB

WorldTrip

Paulo Vicente Documentation Maintenance License: MIT GitHub Pull Requests GitHub Contributors

Worldtrip is an application to show you what every continent has to offer, Its most popular citites and more... We will be seeing how many languages they have, cities, and countries. And If you're thinking of traveling, you can take a look here.


👀 Demo Website

👉 demo: NOT AVAILABLE

💻 Technologies

This project was made using the follow technologies:

  • ReactJS
  • NextJS
  • TypeScript
  • Chakra-ui
  • SASS
  • json-server
  • swiper

💻 How to run?

As I'm using a fake api, you have to run the server for the application to work.

Running the Aplication

  • Install the dependencies
yarn install
  • You I'll need to first, start the server
yarn server
  • The you can run the app
yarn dev

The application will be running at:

http://localhost:3000