Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dantealonsoht/javascript-capstone
In this project, my partners and I have created a web app to consume the Pokemon API to see, give likes, do comments, and reservations for each Pokemon, item, or berry available.
https://github.com/dantealonsoht/javascript-capstone
api api-rest babel bootstrap css html javascript linters nodejs webpack
Last synced: 4 days ago
JSON representation
In this project, my partners and I have created a web app to consume the Pokemon API to see, give likes, do comments, and reservations for each Pokemon, item, or berry available.
- Host: GitHub
- URL: https://github.com/dantealonsoht/javascript-capstone
- Owner: DanteAlonsoHT
- Created: 2021-09-06T21:36:24.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2021-10-08T05:17:24.000Z (about 3 years ago)
- Last Synced: 2023-03-10T05:27:31.561Z (almost 2 years ago)
- Topics: api, api-rest, babel, bootstrap, css, html, javascript, linters, nodejs, webpack
- Language: JavaScript
- Homepage:
- Size: 1.6 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# JavaScript PokePage
> This project is our final Capstone for the JavaScript module at Microverse. Hop in and visualize, comment, like, and reserve pokemon, items and berries from the amazing world of Pokemon.
[Click here to see a video presentation of this project](https://drive.google.com/file/d/17LulSfMXaTSwENSR0oelLcz7pxRMSSEj/view?usp=sharing).
![screenshot](./src/screenshot.PNG)
## Built With
- Major languages
- JavaScript
- HTML and CSS- Frameworks
- Webpack
- Bootstrap
- Jest- Technologies used
- NodeJS CLI
- Visual Studio Code
- [PokeAPI](https://pokeapi.co/)
- Microverse Involvement API## Getting Started
### Prerequisites
- Install a code editor(VSCode or Atom will do the trick)
- Install NodeJS
- Install Git Bash### Setup
- In a folder of your choice, clone this repo using ```git clone https://github.com/DanteAlonsoHT/JavaScript-Capstone.git``` in your git bash.
- ```cd JavaScript-Capstone``` and then ```code .``` or ```atom .``` depending on your editor to open the project### Install
- In your integrated command line, ```npm install``` to install all node dependencies
### Usage
- In your integrated command line, ```npm start``` will launch the website on your default browser.
- Now enjoy! You can make comments or reservations, and express yourself liking any list element!### Run tests
- To run the test using JEST, run the next command in your terminal: ```npm test```
## Authors
👤 **Dante Alonso**
- GitHub: [@DanteAlonsoHT](https://github.com/DanteAlonsoHT)
- Twitter: [@dante_dante1](https://twitter.com/dante_dante1)
- LinkedIn: [Dante Alonso](https://www.linkedin.com/in/dante-alonso/)👤 **Yuvraj Manoo**
- GitHub: [@YuvrajjM108](https://github.com/YuvrajM108)
- Twitter: [@YuvrajM108](https://twitter.com/YuvrajM108)
- LinkedIn: [Yuvraj-Manoo](https://linkedin.com/in/yuvraj-manoo)👤 **Julian Carracedo**
- GitHub: [@JuliCarracedo](https://github.com/JuliCarracedo)
- Twitter: [@CarracedoTrigo](https://twitter.com/CarracedoTrigo)
- LinkedIn: [Julian Carracedo](https://linkedin.com/in/julian-carracedo)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.