This projects aims to be a functional Instagram Front-End Web Application.
You can checkout the most recent build at:
https://ffdiegoinstagram.netlify.app/kubrick
- Authentication
- Timeline
- Comments
- Profile Page with user routing
- Photo Details Modal
- Actual Avatar and Photo Upload support
- Support for profile viewing as a guest
- React 17
- Tailwind CSS
- Firebase services
Clone the repository with:
git clone github.com/ffdiego/react-instagram
After that install the dependencies with yarn or npm install:
To start a development server, simply run
yarn start or npm run start