Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehradevesh2022/pixgrid
Experience the world of PixGrid, a React-based project reminiscent of Unsplash's photo grid. Create, explore, and enjoy a static app where users can add and purchase photo items. Dive into the React ecosystem and state management with Context API in this engaging application
https://github.com/mehradevesh2022/pixgrid
context-api css3 deployment html5 netlify react-hooks reactjs shoping-cart unsplash-api
Last synced: 3 days ago
JSON representation
Experience the world of PixGrid, a React-based project reminiscent of Unsplash's photo grid. Create, explore, and enjoy a static app where users can add and purchase photo items. Dive into the React ecosystem and state management with Context API in this engaging application
- Host: GitHub
- URL: https://github.com/mehradevesh2022/pixgrid
- Owner: MehraDevesh2022
- Created: 2023-01-20T18:25:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T08:38:17.000Z (over 1 year ago)
- Last Synced: 2024-12-09T11:51:13.431Z (about 2 months ago)
- Topics: context-api, css3, deployment, html5, netlify, react-hooks, reactjs, shoping-cart, unsplash-api
- Language: JavaScript
- Homepage: https://pixgrid.netlify.app/
- Size: 4.68 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name: PixGrid
---
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.## Demo
---## Tech Stack
- React
- Context API## Installation
---
To run the PixGrid app locally, follow these steps:1. Clone the repository:
```bash
git clone https://github.com/MehraDevesh2022/pixgrid.git
cd pixgrid```
2. Install the dependencies:
```bash
npm install
```
3. Start the app:
```bash
npm start
```
4. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.## Contributing
---
Contributions are always welcome! Please create a PR to add Github profile cards to this project.