Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/strangeal/enyatapokemon


https://github.com/strangeal/enyatapokemon

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# πŸ“— 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– About the Project

This project is an assessment-based application designed to showcase my ability to leverage external APIs, specifically the PokΓ©mon API, to create a dynamic and interactive experience. The application provides users with the ability to explore a vast collection of PokΓ©mon, their attributes, and statistics, offering an engaging way to learn more about each unique PokΓ©mon in the database. Aimed at both enthusiasts and newcomers to the PokΓ©mon world, the project demonstrates my technical skills in integrating APIs, handling data, and presenting it in a user-friendly format.

## πŸ›  Built With

### Tech Stack

Client

### Key Features

- **[PokΓ©mon Explorer]**
- **[Theme Selection]**
- **[Pagination]**

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://enyata-pokemon-strangeals-projects.vercel.app/)

(back to top)

## πŸ’» Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- [Node.js](https://nodejs.org/en/download/)
- [npm](https://www.npmjs.com/get-npm) or [yarn](https://classic.yarnpkg.com/en/docs/install)

### Setup

Clone this repository to your desired folder:

```sh
git clone [email protected]:Strangeal/enyataPokemon.git
```

### Install

Install this project with:

```
cd your-project
npm install
```

### Usage

To run the project, execute the following command:

```
npm start
```

### Deployment

This project can be deployed to a hosting platform of your choice. Some popular options include:

- Vercel
- Netlify
- AWS Amplify

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Justice Bajeri**

- GitHub: [@githubhandle](https://github.com/Strangeal/)

- LinkedIn: [LinkedIn](https://www.linkedin.com/in/justice-bajeri/)

(back to top)

## πŸ”­ Future Features

- [ ] **[Number Pagination]**
- [ ] **[pages search]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## πŸ™ Acknowledgments

I would like to take this opportunity to express my gratitude to the individuals and organizations for their contributions and support.

(back to top)

## πŸ“ License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)