PokeDrawing is an app created for artists who enjoy drawing random Pokémon using their phones. This application not only facilitates drawing but also includes all the fetched data of Generation 1 Pokémon, making it an all-in-one solution for Pokémon enthusiasts and artists alike.
- Random Pokémon Generator: Allows users to generate a random Pokémon, providing endless drawing inspiration.
- Generation 1 Pokémon Data: Access detailed information and stats on all Generation 1 Pokémon, aiding artists in their drawing endeavors.
- Mobile-Friendly: Designed with mobile devices in mind, enabling artists to draw Pokémon on the go using their phones.
- User-Friendly Interface: A simple and intuitive interface for an effortless drawing experience.
- Frontend: Built using Angular and typescript for a dynamic and interactive user interface.
- Data Fetching: Utilizes Pokémon API to fetch and display Generation 1 Pokémon data.
- Mobile Optimization: Responsive design using Bootstrap for a seamless mobile drawing experience.
- Deployment: Deployed using Firebase hosting platform for accessibility.
The application can be accessed through a web browser. To use locally:
- Clone the repository:
git clone https://github.com/your-username/pokedrawing.git
- Navigate to the project directory:
cd pokedrawing
- Install dependencies:
npm install
- Start the app:
npm start
Contributions to enhance the app's functionality or features are welcome. Feel free to fork this repository, make changes, and submit a pull request following the project's guidelines.
This project is under the MIT License. You are free to modify and distribute the code as per the terms of this license.