Pokédex
A simple Pokédex application allows you to search for Pokémons, and stay get notification when fellow users likes the Pokémon in your collection.
Streamline your Pokémon experience with our minimalist Pokédex app – effortlessly search by name or ID, create an account to like and track your favorites, and receive notifications for shared Pokémon interests, all designed with an MVP-driven approach.
- ----Features----
- - Search for Pokémon by name (including partial name) and ID
- - Account creation for liking Pokémon
- - View liked Pokémons after logging in
- - Receive notifications when others like the same Pokémons
- - MVP-focused project due to low traffic
- ----Structure----
- -> Project divided into two parts: pokedex-backend and pokedex-frontend
- -> Backend uses Payload CMS for managing Users, Pokémon, Likes, Notifications
- -> Detailed setup instructions in the README.md file within pokedex-backend folder
- -> Frontend built with Remix
- -> Utilizes Vercel Serverless Functions for server-side operations (loaders and actions)
- -> Styling with Tailwind CSS for quick styling without extensive CSS coding