Skip to content

mandelatuks/ART-JavaScript-Capstone

 
 

Repository files navigation

Oga-Dela Arts Gallery

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.

Oga-dela

Additional description about the project and its features.

Built With

  • HTML
  • CSS
  • JAVASCRIPT
  • NPM Webpacks
  • APIs
  • JEST
  • BABEL

Live Demo

Video documentation

Live Demo

Live Demo Link

Getting Started

You can directly clone this repo and run the following.

Prerequisites

  • Node.js
  • npm

Setup

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

Running tests

npm run test
  • ...in your bash (assuming your in the root of this project);

API Service

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

Authors

👤 Ogaga Iyara

👤 Mandela Tumukunde

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Contributors

Special thanks to the following contributors:

Give a ⭐️ if you like this project!

Acknowledgments

  • 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

📝 License

This project is MIT licensed.

About

this was the project we worked for a capstone in js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.3%
  • HTML 36.2%
  • CSS 18.5%