Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 599 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 599 Bytes

Mundus

Mundus is an interactive application that represents a world map with brief information about different countries.

Installation and Usage

  1. Clone the repository from GitHub: git clone https://github.com/444ndrey/mundus-client
  2. Navigate to the project directory: cd mundus-client
  3. Install dependencies: npm install
  4. create .env file and add these fields:
    • VITE_NINJA_API_KEY=[YOUR API KEY] FROM HERE
    • VITE_CURRENCY_API_KEY=[YOUR API KEY] FROM HERE
  5. Start the application: npm run dev