PixGrid is a basic project inspired by the Unsplash application, focusing on a photo grid. Users can add photo items and have the option to purchase them. This is a static app where the state is managed using Context API.
- React
- Context API
To run the PixGrid app locally, follow these steps:
- Clone the repository:
git clone https://github.com/MehraDevesh2022/pixgrid.git cd pixgrid
- Install the dependencies:
npm install
- Start the app:
npm start
- Open http://localhost:3000 to view it in the browser.
Contributions are always welcome! Please create a PR to add Github profile cards to this project.