This project is a Pokedex application developed using PHP procedural programming. It allows users to browse a list of Pokemon, view detailed information and evolutions, and manage their favorite Pokemon through a user authentication system. Additionally, an admin dashboard is available for administrators to manage the Pokedex.
-
Index Page (index.php)
- Displays a paginated list of Pokemon.
- Clicking on a Pokemon name or image navigates to the details page.
-
Details Page (search.php)
- Shows detailed information about the selected Pokemon.
- Displays the evolution details of the Pokemon.
-
User Authentication
- Secure login and registration system.
- Users can save and view their favorite Pokemon.
- Admin Dashboard
- Accessible only to administrators.
- Allows admins to create, read, update, and delete (CRUD) Pokemon entries in the Pokedex.