Skip to content

This web displays characters from Pokemon through the Pokeapi and allows to post likes, comments and reservations thanks to the Involvement API, which also allow the page to show a counter of these posts. The project was built using SCSS, JS, HTML and Webpack and tested through Jest.

License

Notifications You must be signed in to change notification settings

jsug9/Capstone-2-PokeAPI

 
 

Repository files navigation

Capstone 2 PokeAPI

This web displays characters from the Pokemon universe through the Pokeapi and allows to post likes, comments and reservations thanks to the Involvement API, which also allow the page to show a counter of these posts. The project was built using SCSS, JS, HTML and Webpack and tested through Jest.

Built With

  • HTML
  • SASS
  • JavaScript
  • Webpack

Live Demo

For a live demo of the project click here.

Presentation

To see our presentation of the project click here.

Prerequisites

If you haven't yet, you should first set up Git. Don't forget to set up authentication to GitHub.com from Git as well.

Getting Started

To get a local copy of the project, follow these steps:

  1. Open the terminal and navigate to the folder where you would like to put these files.
  2. Type the following commands into the terminal:
git clone https://github.com/fed1k/Capstone-2-PokeAPI
cd Capstone-2-PokeAPI
  1. Install webpack
  • Required to run
npm init -y
  • Webpack
npm install webpack webpack-cli --save-dev
  • HTML plugin
npm install --save-dev html-webpack-plugin
  • CSS plugin
npm install --save-dev style-loader css-loader
  • Live Server
npm install --save-dev webpack-dev-server

For the Live Server || http:https://localhost:8080/

npm start

Authors

👤 Augusto Galindo

👤 Firdavs Allamurotov

👤 J. Luis Arredondo

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Thanks to our peers who are always there to offer support.

📝 License

This project is MIT licensed.

About

This web displays characters from Pokemon through the Pokeapi and allows to post likes, comments and reservations thanks to the Involvement API, which also allow the page to show a counter of these posts. The project was built using SCSS, JS, HTML and Webpack and tested through Jest.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.0%
  • SCSS 14.9%
  • HTML 5.1%