- A robust Instagram application clone using React and Chakra-UI, with authentication provided by Google Firebase and Cloud Firestore for database management.
- Zustand is used for state management, delivering a lightweight and efficient solution.
- Key features include profile customization, real-time interactions, and user engagement functionalities like post creation, commenting, and user suggestions.
- You need to have installed npm on your machine.
- Install chakra ui using npm
- npm i react-icons react-router-dom
- npm install firebase zustand react-firebase-hooks @chakra-ui/icons
- Run the project using npm run dev
This application is built using FreeCodeCamp Tutorial