JavaScript Capstone The JavaScript capstone project is about building your own web application based on an external API. It uses an API that provides data about a topic.
Client
- HTML
- Javascript
- CSS
- A home page showing a list of items that you can "like."
- A popup window with more data about an item
- A comment section where a user can see previous comments or comment on the selected item
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A browser of your choice
- That you have set up Git on you desired computer
- NODEJS 16.10 or higher
Clone this repository to your desired folder:
cd your-desired-folder
git clone git@github.com:veronica365/JavaScript-Capstone.git
Install this project dependencies with:
npm install
To run the project, execute the following command:
- open the repo folder
JavaScript-Capstone
- Rightclick on the index.html file and select open in the browser
To run tests to check the lint errors, run the following command:
npx eslint . --fix
To run unit tests, run the following command:
npm test
You can deploy this project using:
GitHub Pages
👤 Author1
- GitHub: William
👤 Author2
- GitHub: Newtayo
- Add tasks that were for the student C.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
This project is MIT licensed.