julianastahelin / tuna-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front-end challenge - by Juliana Stahelin

The project

Project built as a front-end challenge for Tuna.

Project displays a list of components containing all regions in Brazil and states in each region where the company has operations.

How to run this project

To run this application locally, follow these steps:

  1. Open a terminal and clone the repository:
git clone https://github.com/julianastahelin/tuna-challenge.git
  1. Open the project in a code editor:
code .
  1. Set the environment variable for the API. Create a .env.local file and add this variable:
NEXT_PUBLIC_IBGE_API_URL='https://servicodados.ibge.gov.br/api/v1/localidades'
  1. Install the dependencies:
npm install
  1. Run the project on the terminal:
npm run dev
  1. Access http://localhost:3000/ on your browser.

Built with

  • Next.js
  • TypeScript
  • Tailwind

About


Languages

Language:TypeScript 91.8%Language:CSS 4.3%Language:JavaScript 3.9%