mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 11:07:31 +01:00
Merge branch 'main' of https://github.com/Alvin-Zilverstand/pokedex
This commit is contained in:
48
README.md
48
README.md
@@ -1,48 +0,0 @@
|
||||
# Pokedex Project
|
||||
|
||||
## Description
|
||||
This project is a simple Pokedex web application that allows users to view and search for Pokemon. The application uses a database to store information about each Pokemon.
|
||||
|
||||
## Features
|
||||
- View a list of all Pokemon
|
||||
- Search for Pokemon by name or type
|
||||
- View detailed information about each Pokemon
|
||||
|
||||
## Technologies Used
|
||||
- HTML
|
||||
- CSS
|
||||
- JavaScript
|
||||
- SQL (for the database)
|
||||
- PHP
|
||||
|
||||
## Setup Instructions
|
||||
1. Clone the repository:
|
||||
```bash
|
||||
git clone https://github.com/yourusername/school-pokedex.git
|
||||
```
|
||||
2. Navigate to the project directory:
|
||||
```bash
|
||||
cd school-pokedex
|
||||
```
|
||||
3. Set up the database:
|
||||
- Create a new database named `pokedex`.
|
||||
- Run the provided SQL script to create the necessary tables and populate them with data.
|
||||
4. Start the PHP server:
|
||||
```bash
|
||||
php -S localhost:8000
|
||||
```
|
||||
5. Open your web browser and navigate to `http://localhost:8000` to view the application.
|
||||
|
||||
## Usage
|
||||
- Use the search bar to find Pokemon by name or type.
|
||||
- Click on a Pokemon to view detailed information.
|
||||
|
||||
## License
|
||||
This project is licensed under the MIT License.
|
||||
|
||||
## Acknowledgements
|
||||
- [Any resources or libraries you used]
|
||||
- [Your instructor or any collaborators]
|
||||
|
||||
## Contact
|
||||
For any questions or feedback, please contact [Your Name] at [Your Email].
|
||||
|
||||
Reference in New Issue
Block a user