/study-worldtrip

NextJs app using typescript, chakra-ui and sass

Primary LanguageTypeScript


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