๐บ๏ธ 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.
- โ๏ธ Next.js for UI building
- โก Chakra UI for UI components
- ๐ป Jotai for state management
- ๐ amCharts for map charts
- ๐ REST Countries for country data
- ๐ค TypeScript for type-checking
- ๐ Prettier for formatting
- ๐ถ Husky and lint-staged for commit hooks
- ๐ฌ Framer Motion for animations
- ๐๏ธ Supabase for data storage
- โ GitHub Actions for continuous integration
- ๐๏ธ Netlify for deployment
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.