https://github.com/rbardini/countryquest
πΊοΈ An interactive scratch off map. Keep track of which places you have been, how much of the world you have conquered, and where to go next.
https://github.com/rbardini/countryquest
achievements countries map scratch tourism travel visits world
Last synced: 3 days ago
JSON representation
πΊοΈ An interactive scratch off map. Keep track of which places you have been, how much of the world you have conquered, and where to go next.
- Host: GitHub
- URL: https://github.com/rbardini/countryquest
- Owner: rbardini
- License: agpl-3.0
- Created: 2021-05-06T15:34:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T14:02:03.000Z (11 days ago)
- Last Synced: 2025-04-16T19:22:25.174Z (6 days ago)
- Topics: achievements, countries, map, scratch, tourism, travel, visits, world
- Language: TypeScript
- Homepage: https://country.quest
- Size: 1.5 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - rbardini/countryquest - πΊοΈ An interactive scratch off map. Keep track of which places you have been, how much of the world you have conquered, and where to go next. (TypeScript)
README
# [Countryquest](https://country.quest/)
[](https://github.com/rbardini/countryquest/actions)
[](https://app.netlify.com/sites/countryquest/deploys)πΊοΈ An interactive scratch off map. Keep track of which places you have been, how much of the world you have conquered, and where to go next.
## Technologies
- βοΈ [Next.js](https://nextjs.org/) for UI building
- β‘ [Chakra UI](https://chakra-ui.com/) for UI components
- π» [Jotai](https://jotai.pmnd.rs/) for state management
- π [amCharts](https://www.amcharts.com/) for map charts
- π [REST Countries](https://restcountries.com/) for country data
- π€ [TypeScript](https://www.typescriptlang.org/) for type-checking
- π [Prettier](https://prettier.io/) for formatting
- πΆ [Husky](https://typicode.github.io/husky) and [lint-staged](https://github.com/okonet/lint-staged) for commit hooks
- π¬ [Framer Motion](https://www.framer.com/motion/) for animations
- ποΈ [Supabase](https://supabase.io/) for data storage
- β [GitHub Actions](https://github.com/features/actions) for continuous integration
- ποΈ [Netlify](https://www.netlify.com/) for deployment## Quick Start
```console
npm install
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.