/proj-guesser

Primary LanguageTypeScript

Project: "Map Projection Quiz"

Github Pages

Description

This project appeared when I wanted to experiment with the D3.js library. The main goal is to show a great variety of map projections and create a small game that helps test your knowledge

Installation

  1. Clone the repo
    git clone https://github.com/bella-mir/proj-guesser.git
  2. Install NPM packages
    npm install
  3. Run on a local server
    npm run dev

Functionality:

  • View almost 100 projections and learn about their types and properties.
  • Take a quiz where you can guess the names and characteristics of selected projections.

Tech Stack:

  • TypeScript
  • React + Redux Toolkit
  • D3.js library