Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riyabulia12/pokilo
Pokilo is a platform that showcases information about various Pokemons, allowing users to like and comment on each Pokemon. It is developed using ES6, HTML5, CSS3, Bootstrap
https://github.com/riyabulia12/pokilo
bootstrap5 css es6-javascript html html5 javascript rest-api
Last synced: 27 days ago
JSON representation
Pokilo is a platform that showcases information about various Pokemons, allowing users to like and comment on each Pokemon. It is developed using ES6, HTML5, CSS3, Bootstrap
- Host: GitHub
- URL: https://github.com/riyabulia12/pokilo
- Owner: RiyaBulia12
- Created: 2022-08-29T13:51:59.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2023-03-19T05:47:52.000Z (over 1 year ago)
- Last Synced: 2024-10-04T02:24:11.688Z (about 1 month ago)
- Topics: bootstrap5, css, es6-javascript, html, html5, javascript, rest-api
- Language: JavaScript
- Homepage: https://pokilo.netlify.app/
- Size: 4.33 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Pokilo
Pokilo displays information about the Pokemons for which user can post likes and comments on each pokemon.# Live Demo
[Live Demo](https://pokilo.netlify.app/)## Built With
- HTML5, CSS3, ES6, Webpack, HtmlWebpackPlugin, Jest, REST API## Project Setup
To get a local copy up and running follow these simple example steps.### Prerequisites
- You need to have Code Editor Installed
- Make sure Nodejs and NPM is installed in your system for linters and libraries### Setup
1. Clone the repo in your local machine:
```bash
git clone https://github.com/RiyaBulia12/Pokilo.git
```
2. Open terminal and cd into project and install the dependencies
```bash
cd Pokilo
npm install
```3. run the command to open your index.html automatically in your brower:
```bash
npm run build
npm start
```## Authors
👤 **Riya Bulia**
- GitHub: [@RiyaBulia12](https://github.com/RiyaBulia12)
- LinkedIn: [Riya-Bulia](https://linkedin.com/in/riya-bulia)👤 **Recilla Khamala**
- GitHub: [@Rn486](https://github.com/Rn486)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/recillah-khamala-071151b7/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [PokeAPI](https://pokeapi.co/)
- [Create neon text using CSS](https://css-tricks.com/how-to-create-neon-text-with-css/)
- [UI Inspired from Gamix template](https://epiktheme.com/demos/html/Gamix-Preview/demos/index3.html)