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.
- HTML, CSS, JavaScript
- Webpack
- Git & GitHub
To get the content of this project locally you need to run the following commands in your terminal.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
- Download the Zip file or clone the repo with:
git clone https://github.com/Samuellekpor/Pokemon-WebApp.git
- To access cloned directory run:
cd Pokemon-WebApp
- Open it with the live server by running:
npm run start
To install linters and other project's dependencies run:
npm install
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
npx hint .
- For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
- For tracking linter errors in JavaScript files run:
npx eslint .
👤 Sammuel LEKPOR
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Tanusri Ghosh
- GitHub: https://github.com/chuaindia
- Twitter: https://twitter.com/chuaghosh25
- LinkedIn: https://www.linkedin.com/in/tanusri-ghosh-2a56b814
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.