Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aloktiwari5/infypics
A react web app to browse, search, view and save images.
https://github.com/aloktiwari5/infypics
auth0 context-api image-viewer react react-router
Last synced: about 1 month ago
JSON representation
A react web app to browse, search, view and save images.
- Host: GitHub
- URL: https://github.com/aloktiwari5/infypics
- Owner: AlokTiwari5
- Created: 2024-06-27T17:25:32.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-27T17:30:33.000Z (5 months ago)
- Last Synced: 2024-10-15T17:32:26.595Z (about 1 month ago)
- Topics: auth0, context-api, image-viewer, react, react-router
- Language: JavaScript
- Homepage: https://infypics.netlify.app/explore
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InfyPics
Want royalty free stock pictures for your next project or just love browsing looking at different pictures online.
## Features
- Explore random pictures on the interent.
- Search for specific types of pictures
- Login to save your liked pictures
- Keep on **scrolling** till you find the one## Tech Stack
- React
- React Router
- Unsplash API
- Auth0
- Express.js
- MongoDB
## yarn install
use the above command on the client side to install dependencies# npm install
use the above command on the server side to install dependencies# yarn start
use the command on the client side to run client# npm start
use the command on the server side to run server