🎒 A server-rendered universal JavaScript application for Pokémon trainers.
Powered by Next.js and PokéAPI.
- ⚛️ React for UI building
- 🤖 TypeScript for type-checking
- 💄 Prettier for formatting
- 🐶 Husky and lint-staged for commit hooks
- 🧪 Jest and React Testing Library for testing
- 🌐 Codecov for code coverage
- 🎬 Framer Motion for animations
- ✅ GitHub Actions for continuous integration
- 🏗️ Netlify for deployment
git clone git@github.com:rbardini/pokedex.git
cd pokedex
npm install
npm run dev
Open localhost:3000 with your browser to see the result.