This JavaScript capstone project is built on iTunes Search API, an external API which is used to get the data of different ebooks, and an Involvement API which is used to record the user interactions including likes and comments. The project covers the following mentioned points:
- The main page shows a list of ebooks (retrieved from the iTunes Search API) that you can like.
- A popup window showing the book details and the comment section.
- In the pop-up window user can see the author name, price, and description of the book.
- The application shows the number of books and number of likes and comments for each book.
- HTML & CSS
- JavaScript (ES6)
- Webpack
- Jest Testing Library
- HTML, CSS & JavaScript Linters
- node.js
- git
To get a local copy, follow the steps below:
-
Open your terminal
-
Navigate to the directory where you want to clone the project.
-
Clone the project using
git clone
or directly by running the following commandhttps://github.com/lmunozm1702/capstone2.git
-
Open your editor and follow the steps mentioned below
npm install
npm run build
npm start
👤 Luis Muñoz
- GitHub: @lmunozm1702
- Twitter: @lmunozm
- LinkedIn: luis munoz
👤 Abeera Tahir
- GitHub : @AbeeraTahir
- Twitter : @AbeeraTahir8
- LinkedIn: Abeera Tahir
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
This project is MIT licensed.
We use the Lodash and Fontawesome NPM packages.
Give a ⭐️ if you like this project!