Instagram Clone
This is an Instagram clone built with TailwindCSS, React, Apollo Client and Laravel Lighthouse. This is a great project to learn and improve your Tailwind and React skills also if you are insterested in backend, the GraphQL API is created using Laravel Lighthouse, this is a great project to add to your portfolio if you are just starting as a web developer or full stack developer.
Usage
Backend
Start the backend services (MySQL, Apache, etc) using Laravel Sail:
cd backend && sail up
or if you don't have an alias for sail:
cd backend && ./vendor/bin/sail up
Frontend
Start the React app:
cd frontend && npm run start
Youtube Tutorial
If you want to follow the tutorial on Youtube go here: https://youtu.be/fmKCKOcOv1
Contributing
Pull requests are welcome.