https://github.com/stephenkati/javascript-capstone-group-project
Pokemon, gotta catch 'em all, is a website for engaging the user with Pokemon characters from movies. It display data from the Pokeapi and involvement API. It allows users to like, comment and view comments on different pokemon characters
https://github.com/stephenkati/javascript-capstone-group-project
api javascript-html-css pokeapi pokemon
Last synced: 7 months ago
JSON representation
Pokemon, gotta catch 'em all, is a website for engaging the user with Pokemon characters from movies. It display data from the Pokeapi and involvement API. It allows users to like, comment and view comments on different pokemon characters
- Host: GitHub
- URL: https://github.com/stephenkati/javascript-capstone-group-project
- Owner: stephenkati
- License: mit
- Created: 2023-03-13T08:36:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T13:44:54.000Z (almost 3 years ago)
- Last Synced: 2025-06-15T02:03:15.089Z (7 months ago)
- Topics: api, javascript-html-css, pokeapi, pokemon
- Language: JavaScript
- Homepage: https://stephenkati.github.io/JavaScript-capstone-group-project/dist/
- Size: 2.07 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript-capstone-group-project
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [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)
- [Presentation](#presentation)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 [JavaScript-capstone-group-project]
**JavaScript-capstone-group-project** is a website that display data from the api [Pokeapi](https://pokeapi.co/)
Client
- **Use of API [Pokeapi](https://pokeapi.co/)**
- To see the live demo click [here](https://stephenkati.github.io/JavaScript-capstone-group-project/dist/)
### Prerequisites
In order to run this project you need:
```sh
to use Git, GitHub and linters.
vs code
```
### Setup
Clone this repository to your desired folder: (https://github.com/stephenkati/JavaScript-capstone-group-project/tree/dev)
```sh
cd my-folder
git clone https://github.com/stephenkati/JavaScript-capstone-group-project/tree/dev
```
setup webpack :
run the codes bellow from you bash
- `npm install webpack webpack-cli --save-dev`
- `npm install --save-dev style-loader css-loader`
- `npm install --save-dev html-webpack-plugin`
- `npm install --save-dev webpack-dev-server`
### Install
Not required
### Usage
To run the project, execute the following action:
launch the index.html file with your desired browser
### Run tests
To run tests, run the following command:
launch the index.html file with your desired browser
### Deployment
The project is deployed [here](https://stephenkati.github.io/JavaScript-capstone-group-project/dist/)
👤 **Author 1**
*SENOU Kodjo Matthieu*
- GitHub: [@Matthieu96Code](https://https://github.com/Matthieu96Code)
- Twitter: [@MatthieuSENOU](https://https://twitter.com/MatthieuSenou)
- LinkedIn: [Kodjo Matthieu SENOU](https://https://www.linkedin.com/in/kodjo-matthieu-senou-724a50210/)
👤 **Author 2**
*Stephen Katuli*
- GitHub: [@stephenkati](https://github.com/stephenkati)
- Twitter: [@Stephen57913145](https://twitter.com/Stephen57913145)
- LinkedIn: [Stephen (Wambua) Katuli](https://www.linkedin.com/in/stephen-katuli/)
- [ ] **Add pages**
The project was presentated by both contributors. Click [here](https://drive.google.com/file/d/1aKgcJvKIcO3KMpy4SRqAvIWxJvGImeGu/view?usp=sharing) to see the video presentation.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/stephenkati/JavaScript-capstone-group-project/issues)
If you like this project, please consider leaving a star.
I would like to thank [microverse](https://www.microverse.org/) for this opportunity
This project is [MIT](./LICENSE) licensed.