Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tushar-indurjeeth/gmail-clone

A Gmail clone built using React, Redux and Styled Components.
https://github.com/tushar-indurjeeth/gmail-clone

firebase-auth firebase-hosting material-ui react-redux react-router-dom react-spin-kit styled-components

Last synced: 2 days ago
JSON representation

A Gmail clone built using React, Redux and Styled Components.

Awesome Lists containing this project

README

        

# Gmail Redux Clone
A Gmail clone built using [React](https://reactjs.org/), [Redux](https://redux.js.org/) and [Styled Components](https://styled-components.com/).

## Live demo
[https://clone-33924.web.app/](https://clone-33924.web.app/)

## How it works
- You login using Google Authentication.
- The emails that are displayed are pulled from Firestore on [firebase](https://firebase.google.com/).
- You can create and send emails to your inbox.
- [Redux](https://redux.js.org/) is used to hold to content of the emails.
- Icons are from [Material UI Icons](https://material-ui.com/components/material-icons/).
- Loading page uses [react-spinkit](https://www.npmjs.com/package/react-spinkit) for the loading icon.

## Built using
- [React](https://reactjs.org/)
- [Redux](https://redux.js.org/)
- [Styled Components](https://styled-components.com/)
- [Firebase](https://firebase.google.com/)
- [react-firebase-hooks](https://www.npmjs.com/package/react-firebase-hooks)
- [React Router](https://reactrouter.com/)
- [Material UI](https://material-ui.com/)
- [react-spinkit](https://www.npmjs.com/package/react-spinkit)

## Platform
Hosted through [Firebase](https://firebase.google.com/).

## License
Code released under the [MIT License](https://github.com/Tushar-Indurjeeth/Gmail-Clone/blob/fe20e016ed996758f57c75394eb88c2e677b4f78/LICENSE).