dnmrc-paredes / Where-In-The-World

A Next JS project paired with REST Countries API | Frontend Mentor Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where In The World - Frontend Mentor

A Next JS project paired with REST Countries API | Frontend Mentor Challenge

Tools

  • Next JS
  • Styled Components
  • Storybook
  • Jest Testing
  • Cypress Testing

What can you do inside of the website

  • Diplay all the countries
  • Click through a country
  • Search for a country
  • Filter by region
  • Click through border of a country

Extra features

  • Custom 404 Page

To run locally

npm run dev

To build

npm run build

Run test

npm run jest

  • For jest testing run by a single test file (Still not configured because it also run the .spec files)

Run cypress

npm run cypress

About

A Next JS project paired with REST Countries API | Frontend Mentor Challenge


Languages

Language:TypeScript 87.1%Language:JavaScript 12.3%Language:CSS 0.6%