Unsplash App is a React app created during a mentoring program with senior frontend developer - Cristian Florea
During the build process a workflow was created so that when a feature was completed, I created pull requests for Cristian to review and comment on any improvements or changes that could be made to my code.
While creating Unsplash App I solidified and improved my knowledge of React, Redux, React router, and styled-components.
The app allows users to view photos, search for photos, explore random photos, and save photos from the Unsplash stock photography website.
The app is available to view here
The project requires environment variables for the it to run as it uses the Unsplash API.
- Clone the repo to your machine
- Add environment variables
- Run
npm install
to install the dependencies - Run
npm run start
to start
Unsplash App was built with the following liabraries and packages