/Gmail-clone

This project is a Gmail clone built using React and Material-UI for the frontend and MongoDB for the backend database. It also utilizes SMTP for mailing purposes, allowing users to send and receive emails in a familiar and user-friendly interface.

Primary LanguageJavaScript

Gmail Clone Project Demo Video

React.App.2.mp4

This project is a Gmail clone built using React and Material-UI for the frontend and MongoDB for the backend database. It also utilizes SMTP for mailing purposes, allowing users to send and receive emails in a familiar and user-friendly interface.

Features

  • User Authentication: Secure Firebase authentication for user login and registration.
  • Inbox and Sent Items: View received and sent emails in separate sections for easy organization.
  • Compose Email: Compose and send emails to other users seamlessly.
  • Real-time Updates: Receive instant updates when new emails arrive in the inbox.
  • Responsive Design: The application is fully responsive, ensuring a smooth experience across devices.

Technologies Used

  • Frontend: React, Material-UI
  • Backend: Node.js, Express.js, MongoDB
  • SMTP: For sending and receiving emails
  • Firebase: For user authentication

Installation and Setup

  1. Clone the repository.
  2. Navigate to the project directory: cd gmail-clone.
  3. Install dependencies: npm install.
  4. Set up MongoDB database and configure SMTP settings.
  5. Run the application: npm start.

Usage

  • Register a new account or log in with existing credentials.
  • Navigate through the inbox and sent items to view emails.
  • Compose a new email by clicking on the "Compose" button and enter recipient and content details.
  • Click "Send" to send the email to the recipient's inbox.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvement, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

We would like to thank the creators of React, Material-UI, Node.js, Express.js, MongoDB, and all the other libraries and tools that made this project possible. Your contributions to the open-source community are greatly appreciated.