This is our Microverse JS/API-CAPSTONE Project site, featuring an Art Gallery using HTML, CSS and Javascript. The site displays 12 art works from the Art Institute of Chicago API, and each of the items have the like button underneath with a like counter shown. Also with the Comments button, people can view the individual card on a pop-up with additional details, and read the previous comments from other users, or add their own new comment.
HTML
CSS
Javascript
- Webpack
- Git WorkFlow
- Jest
- Using APIs
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Code editor
- Node
Clone this repository to your desired folder by opening the terminal and running the following command:
git clone git@github.com:Zven94/JS-group-capstone.git
Install this project with:
npm install
To run the project:
Open the Project in your code editor and type
npm start
command to run the project.
To run tests, run the following commands:
For HTML linter errors:
npx hint .
For CSS linter errors:
npx stylelint "**/*.{css,scss}"
For Javascript linter errors:
npx eslint .
Deployed by GitHub Pages.
π€ Nicolas Emiliano BolaΓ±ez
- GitHub: @Zven94
- LinkedIn: Nicolas Emiliano BolaΓ±ez
π€ Hajnalka Oltyan
- GitHub: @hajnaloltyan
- LinkedIn: Hajnal Oltyan
**Completing all Student C's tasks:
- Display Reservations pop up with selected item's details
- Display reservations for a given item on the Reservations pop-up
- Create feature: add new reservation
- Add reservations counter
- Add tests for reservations counter
Contributions, issues, and feature requests are welcome!
If you like this project please leave a star and a comment.
We would like to thank Microverse to have this opportunity, and also thank you the code review team.
This project is MIT licensed.