This is an art gallery app built using React. The app also uses Redux, Immutable.js, Flow and Cypress. It uses an API that fetches all the art pieces available and then filters through them by category depending on user input.
- Filter through categories to view art of the category selected.
- Select a art piece that has been filtered for more information.
- Back to gallery link to go back to the hompage of the art gallery.
- Click on the green button "Clone or Download".
- Copy the link to clone the repository using git or download the zip.
- Navigate to where the repository has been cloned or downloaded.
- In a terminal, run
npm install
thennpm start
- The browser will open the application in a new tab.