An open API service indexing awesome lists of open source software.

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

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/)

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Use of API [Pokeapi](https://pokeapi.co/)**

(back to top)

## 🚀 Live Demo

- To see the live demo click [here](https://stephenkati.github.io/JavaScript-capstone-group-project/dist/)

(back to top)

## 💻 Getting Started

### 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/)

(back to top)

## 👥 Authors

👤 **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/)

(back to top)

## 🔭 Future Features

- [ ] **Add pages**

(back to top)

## Presentation

The project was presentated by both contributors. Click [here](https://drive.google.com/file/d/1aKgcJvKIcO3KMpy4SRqAvIWxJvGImeGu/view?usp=sharing) to see the video presentation.

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/stephenkati/JavaScript-capstone-group-project/issues)

(back to top)

## ⭐️ Show your support

If you like this project, please consider leaving a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank [microverse](https://www.microverse.org/) for this opportunity

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)