An open API service indexing awesome lists of open source software.

https://github.com/zalweny26/livingdextracker

Track your Living PokéDex in a smart and easy way!
https://github.com/zalweny26/livingdextracker

Last synced: 2 months ago
JSON representation

Track your Living PokéDex in a smart and easy way!

Awesome Lists containing this project

README

        

# LivingDex Tracker

## 📝 Description

With Pokedex Tracker, you can easily keep track of every Pokemon you've caught, from the original 151 to the latest additions. We also allow you to track regional forms and gender differences, so you can be sure you've caught every variant of your favorite Pokemon.

Design, Programming and Technical Lead by [zAlweNy26](https://github.com/zAlweNy26) 🐈
Idea and Creative Lead by [FedeDC512](https://github.com/FedeDC512) 🦎

## 🚀 Used tools

- Firebase
- TypeScript
- Vue
- Vite

## 📚 Tailwind CSS libraries used

[Myna UI](https://mynaui.com)
[Daisy UI](https://daisyui.com/components)
[Meraki UI](https://merakiui.com/components)
[Kitwind](https://kitwind.io/products/kometa/components)
[Tailwind UI](https://tailwindui.com/components)

## ✨ Functionalities

- Account to save progress
- Updated to latest generation
- Other games (Pokémon Quest, Magikarp Jump, Pokémon Conquest)

## To-do list

- Finish missing pages
- Switch to Nuxt

| Comando | Azione |
| :--------------------- | :------------------------------------------------- |
| `pnpm install` | Install all the dependencies |
| `pnpm run dev` | Start dev server `localhost:5173` |
| `pnpm run build` | Compile e minimize for production |
| `pnpm run unit` | Start Unit Tests made with Vitest |
| `pnpm run e2e` | Start End-to-End Tests made with PlayWright |
| `pnpm run lint` | Check code with ESLint |