An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![Styled Components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white) ![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white)

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