Skip to content

Latest commit

ย 

History

History
89 lines (60 loc) ยท 2.02 KB

File metadata and controls

89 lines (60 loc) ยท 2.02 KB

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