A simple web application that mimics the Gmail Application by sending dummy emails built using React JS and Redux Link https://redux-clone.web.app
- Either fork or download the app(by cloning it) and open the folder in the cli
- install all dependencies using the
yarn add
command - Start the web server using the
yarn start
command, the app will be served at http://localhost:3000/ - Go to http://localhost:3000/ in your browser, then sign in with google to start using the app
- Click on the Sign In with Google Button and select a gmail account.
- Click on the
Compose Button
in the top-left corner of the app - A modal will appear on the bottom right corner of the page(this is where you put in the details of the email you want to send)
- Click the
Send button
to send your email message - Click on the circle on the top right corner of the application to Logout.
1.A user has to log in with google to be able to send dummy/fake email messages
- Sending Dummy Emails
- emails sent gets uploaded to firebase firestore and then it is displayed on the application
- Log in with Google Feature
- React JS
- Redux
- Material UI
- Firebase Firestore
- Firebase(Sign in with Google)
- Firebase hosting