This Oga-Dela Arts Gallery website which displays different Arts and users can like and comment on any art All data is preserved thanks to the external Art Institute of Chicago.
Additional description about the project and its features.
- HTML
- CSS
- JAVASCRIPT
- NPM Webpacks
- APIs
- JEST
- BABEL
You can directly clone this repo and run the following.
- Node.js
- npm
git clone git@github.com:Ogaga01/Ogaga-Nelson-JavaScript-Capstone.git
cd Ogaga-Nelson-JavaScript-Capstone
- cd into the project directory
Open the project using a live sever extension that can be found within your code editor extensions.
-
Once you clone the repo, go to the directory and run
npm install
command to get all necessary instalations. -
build project (not necessary, but might be needed encase going straight to starting the project fails).
npm run build
- start project
npm start
npm run test
- ...in your bash (assuming your in the root of this project);
The project is using two APIs:
Art Institute of Chicago We use this service to send and get the data about ART.
Our URL parameter is: https://api.artic.edu/api/v1/artworks?limit=15
You can review more detail about the API here: Art Institute of Chicago.
Involvement API We use this API to save and show the likes and comments about each ART being display.
Our URL parameter is: hhttps://us-central1-involvement-api.cloudfunctions.net/capstoneApi/apps/NY2YXaf6kAE8tAIQDCPo/likes
You can review more detail about the API here: involvement API Docs
👤 Ogaga Iyara
👤 Mandela Tumukunde
- GitHub: @mandelatuks
- Twitter: @MandelaTm1
- LinkedIn: @Mandela Tumukunde
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Special thanks to the following contributors:
Give a ⭐️ if you like this project!
- A big thank you to Microverse, for providing me the knowledge and tools involvement API Docs to finish this project. -An even bigger thank you for the creators of the Art Institute of Chicago API which we use in this project: Art Institute of Chicago
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.