Skip to content

gabriel-dp/geoday

Repository files navigation

GeoDay

geoday.vercel.app

   

 

    

 

💡 Motivation

Your mission is to guess the country of the day using the data provided by your attempts!

Obviously, most people don't know the names of every countries in the world, so the game provides a map and hints to make things easier.

As a geography lover, this project is a great opportunity to create a daily game.

 

✨ Features

  • 🔍 Search any country by name
  • 🔡 Multi-language support
  • 📱 Responsive layout
  • 🌙 Light/Dark mode
  • 🗺 World map

 

  • 📊 Better statistics
  • 🎨 Win animation

 

⚙️ Resources

🌐 API

The data about countries is retrieved using REST Countries API, an amazing open source and free to use project.

View repository

🗺 Map

This project uses Leaflet map JS library to render the world map with simplicity, performance and usability.

View repository

 

🖥️ Running the project

Clone the repository:

git clone https://github.com/gabriel-dp/geoday.git

Install the dependencies:

npm install

Run the app locally:

npm run dev