An Instagram like app for pets built with React
- Photo feed of the pets.
- Classify pets by categories.
- View photo details.
- User registration.
- Like a photo.
- Show a list of liked photos.
- PWA enabled.
Dev features:
- Maintained code format with Eslint.
- Data fetching with GraphQL.
- Site routing with Reach Router.
- Lazy loading photos with intersection-observer.
- Lazy loading pages with React.lazy.
- Memoize some components with React.memo.
- Modify the document head with React Helmet
- Typechecking with PropTypes.
- E2E testing with Cypress.
- Ready to deploy in Vercel.
- Install dependencies:
npm install
- Start dev server:
npm run dev
This project was developed by Sergio Toshio Minei. You can find me here:
- Website: https://toshiominei.com
- Facebook: @MineiToshio
- Instagram: @MineiToshio
- Twitter: @MineiToshio
- Github: @MineiToshio
- LinkedIn: @MineiToshio
All contributions are welcome. If you see a bug or want to implement a new feature, feel free to make a PR.
Give a ⭐️ if you like the project!
Copyright © 2021 Sergio Toshio Minei.
This project is MIT licensed.