Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
/ study-worldtrip Public archive

NextJs app using typescript, chakra-ui and sass

Notifications You must be signed in to change notification settings

sambuite/study-worldtrip

Repository files navigation


sambuite`s linkedIn

📷 Demo


🔨 Tools/Technologies

This front-end features the latest tools and practices in web development!

  • NextJS — A React Framework (SSR and SSG)
  • Axios — API requests
  • Chakra UI — A component library
  • SASS — CSS with superpowers
  • Swiper — Slider/Swiper library

💻 Installation

Step by step to run the application on your machine:

Clone this repository:

  git clone https://github.com/sambuite/worldtrip.git

  cd worldtrip

Run the following scripts:

  // Install the dependencies
  npm install

  // Start the application
  npm dev

or if you use yarn

  // Install the dependencies
  yarn

  // Start the application
  yarn dev


Developed by Murilo Sambuite at Rocketseat Ignite.


Back to top