Skip to content

The following homepage for different Pokémon is created following the given wireframe. The data of the Web App are provided by the chosen API. The home page shows a list of items that can be "liked". The Web App will show a popup window with more data about an item. A form is created to take the "comment" given by the User.

Notifications You must be signed in to change notification settings

chuaindia/Pokemon-WebApp

Repository files navigation

JAVASCRIPT CAPSTONE Project - API based webapp(Pokemon-WebApp)

The Javascript capstone project is about building a web application based on an external API. The data of the webapp will be provided by the chosen API. The webapp will have a home page showing a list of items that can be "liked". The webapp will contain a popup window with more data about an item which can be "commented". The counters are made to count the numbers of "like" and "comments". The tests are also incorporated for the counters.

Built With

  • HTML, CSS, JavaScript
  • Webpack
  • Git & GitHub

Getting Started

To get the content of this project locally you need to run the following commands in your terminal.

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Setup

  1. Download the Zip file or clone the repo with:
git clone https://github.com/Samuellekpor/Pokemon-WebApp.git
  1. To access cloned directory run:
cd Pokemon-WebApp
  1. Open it with the live server by running:
npm run start

Install

To install linters and other project's dependencies run:

npm install

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
npx hint .
  1. For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
  1. For tracking linter errors in JavaScript files run:
npx eslint .

Authors

👤 Sammuel LEKPOR

👤 Tanusri Ghosh

🤝 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

📝 License

This project is MIT licensed.

About

The following homepage for different Pokémon is created following the given wireframe. The data of the Web App are provided by the chosen API. The home page shows a list of items that can be "liked". The Web App will show a popup window with more data about an item. A form is created to take the "comment" given by the User.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published