🚀 Excited to share my latest project - an Instagram Clone Website built entirely using React JS and Chakra UI, with Firebase handling the database management!
🌟 Leveraging the power of React JS and the sleek UI components from Chakra UI, I've recreated the essence of Instagram's user experience while adding my own creative touches.
🔥 With Firebase, I've ensured seamless database management, allowing for efficient data storage and retrieval, real-time updates, and smooth user interactions.
- ✅ Responsive Design: Ensuring a seamless experience across devices.
- ✅ User Authentication: Securely manage user logins and registrations.
- ✅ Image Uploads: Allow users to upload and share their favorite moments.
- ✅ Real-time Updates: Instantly reflect changes across the platform.
- ✅ Explore Feed: Discover new content and connect with others.
For reviewing the project, you can use the following credentials to log in:
- Email: [email protected]
- Password: sample
- React JS: For building the user interface.
- Chakra UI: For UI components and styling.
- Firebase: For authentication, real-time database, and hosting.
git clone https://github.com/yourusername/instagram-clone.git
cd instagram-clone
npm install
npm start
The app will run on http://localhost:3000/
by default.
- Create a Firebase project at Firebase Console.
- Set up Firebase Authentication and Firebase Database.
- Get your Firebase config details from the Firebase Console.
- Replace the Firebase config values in the
src/firebase.js
file with your own configuration.
Feel free to fork the repository, make improvements, and create pull requests. Any contributions are welcome!
This project is open source and available under the MIT License.