https://github.com/jsonfm/petgram
πΈπ A social network for pets inspired by instagram using React.js
https://github.com/jsonfm/petgram
reactjs styled-components vercel
Last synced: 3 months ago
JSON representation
πΈπ A social network for pets inspired by instagram using React.js
- Host: GitHub
- URL: https://github.com/jsonfm/petgram
- Owner: jsonfm
- Created: 2022-09-17T05:01:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T23:45:49.000Z (over 3 years ago)
- Last Synced: 2025-06-21T10:07:24.818Z (about 1 year ago)
- Topics: reactjs, styled-components, vercel
- Language: JavaScript
- Homepage: https://petgram-jsonfm.vercel.app/
- Size: 1.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

  
A social network for pets, which UI is inspired by instagram. This project uses lazy loading techniques and other features to improve the performance. Also includes a graphql server and some custom hooks. It uses styled components for CSS styles.
### β‘οΈ Development
```
npm run dev
```
### π¦ Frontend deployment
```
vercel
```
### π Backend deployment
```
cd api
vercel
```
### π§© Technologies
- React.js
- Vite.js
- Styled Components
- GraphQL/ApolloClient