Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tushar-indurjeeth/gmail-clone
- Owner: Tushar-Indurjeeth
- License: mit
- Created: 2021-04-06T14:06:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T21:49:03.000Z (over 3 years ago)
- Last Synced: 2024-01-23T19:29:42.079Z (10 months ago)
- Topics: firebase-auth, firebase-hosting, material-ui, react-redux, react-router-dom, react-spin-kit, styled-components
- Language: JavaScript
- Homepage: https://clone-33924.web.app/
- Size: 291 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).