https://github.com/geekypandey/fun-with-maps
Country and capitals of the world
https://github.com/geekypandey/fun-with-maps
flask html
Last synced: 2 months ago
JSON representation
Country and capitals of the world
- Host: GitHub
- URL: https://github.com/geekypandey/fun-with-maps
- Owner: geekypandey
- Created: 2020-06-02T14:15:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:05:42.000Z (over 3 years ago)
- Last Synced: 2025-06-19T08:03:50.704Z (about 1 year ago)
- Topics: flask, html
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fun With Maps
A web-application to play games on the map, such as guessing the capital, currency etc.
A fun project to learn about geography of the world.
### Inspiration
I am fondly interested in learning the capitals of all the countries and learning some facts about them.
Also I am interested in learning about the history of the country, particularly countries in Europe.
`Fun fact: I have memorized all the countries and their capitals of Europe.`
To further enhance and make it more interactive I have decided to built this web application.
### Installation
Download the repository and move into it.
Create virtual environment and install the requirements and then
run the application using `flask run`. It would start a development server on the machine.
```console
$ git clone https://github.com/geekypandey/fun-with-maps.git
$ cd fun-with-maps
$ virtualenv -p3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ flask run
```
### Tech Stack
- Backend : flask
- Frontend : HTML
The data was sourced from [here](https://www.sport-histoire.fr/en/Geography/Countries_by_alphabetical_order.php)