Snap Shot is a gallery created using React,React Hooks, React Router and Context API. The Routes were setup for four default pages and a search page. Also the images were displayed using the Flickr API and axios to fetch data.
The purpose of this project was to get familiar with React Hooks and Context API.
Click the demo link or clone/download the repository on your local machine.
Create a config.js file in api folder inside src folders. In config.js file write
export const apiKey = "YOUR_FLIKR_API_KEY";
yarn install
yarn start
- React js
- React Router
- React Hooks
- Context API
- Flickr API
1. Responsive Design.
2. Search functionality added to search photos from API.
- Cypress E2E Tests
Everyone is welcomed to contribute to this project. You can contribute either by submitting bugs or suggesting improvements by opening an issue on GitHub. Please see the CONTRIBUTING guidelines for more information.
This project was bootstrapped with Create React App.