Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanpa8830/pokeapp
Pokeapp is an aplication that allows users to identify their favourite pokemos from a list that is displayed in the home page. Users are also allowed to give a like to the pokemon they love and reserve one of them for their next tournament! It was implemented with HTML, CSS, JavaScript and Webpack!
https://github.com/juanpa8830/pokeapp
Last synced: 21 days ago
JSON representation
Pokeapp is an aplication that allows users to identify their favourite pokemos from a list that is displayed in the home page. Users are also allowed to give a like to the pokemon they love and reserve one of them for their next tournament! It was implemented with HTML, CSS, JavaScript and Webpack!
- Host: GitHub
- URL: https://github.com/juanpa8830/pokeapp
- Owner: Juanpa8830
- License: mit
- Created: 2023-01-09T19:19:51.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-13T21:30:42.000Z (about 2 years ago)
- Last Synced: 2023-03-24T23:18:01.570Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pokémon Web Application
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)# 📖 Project Name
## Pokémon Web Application
- HTML, CSS, and JavaScript
> Describe between 1-3 key features of the application.
- Use of Pokémon database to show data about different pokémons and their abilities in a popup.
- Use of API to store comments and reservation for pokémons.
- Project with webpack.
- Used HTML Webpack Plugin to generate HTML files.
- All HTML contents are loaded dynamically.
- Function to count comments and reservations from the document object model.
- Styling used a wireframe template.
- Code is created in src folder and dist folder is generated using webpack.Have a look the live demo of the website [here](https://juanpa8830.github.io/pokeapp/dist/).
## 💻 Getting Started
To clone the repository in local environment try following steps.### Prerequisites
- [x] A web browser like Google Chrome.
- [x] A code editor like Visual Studio Code with Git and Node.js.You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```Likewise for Node.js and npm for package installation.
```
$ node --version && npm --version
```
### SetupClone the repository using [this link](https://github.com/PrangonGhose/Leaderboard.git)
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone https://github.com/PrangonGhose/Leaderboard.git
```
### Get into developmentIn the terminal, run these commands to get into development.
```
$ cd pokeapp$ npm init -y
$ npm install (install dependencies)
$ npm run build (create the optimized for production)
$ npm start (run the app locally)
```
### UsageThis website is applicable for both mobile and desktop version.
### Run tests
### Deployment
👤 **Juan Pablo Guerrero**
- GitHub: [@Juanpa8830](https://github.com/Juanpa8830)
👤 **Prangon Ghose**
- GitHub: [@PrangonGhose](https://github.com/PrangonGhose)
👤 **Pedro Henrique Domingues Neves**
- GitHub: [@PedroH-Neves](https://github.com/PedroH-Neves)
- [ ] **Styling of the webpage**
- [ ] **Animation to add functionality**
- [ ] **Adding responsiveness**
- [ ] **Adding more pages using API**Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.
Feel free to check the [issues page](https://github.com/Juanpa8830/pokeapp/issues).
Give a ⭐️ if you like this project!
Authors would like to thank:
- [Microverse](https://www.microverse.org/)
- [PokéAPI](https://pokeapi.co/)
- Code Reviewers
- Coding PartnersThis project is [MIT](./LICENSE) licensed.