This is a clone of Gmail. Keep in mind its just a clone and not the real deal 😊
- Send Mail in real time
- Login with Google
- Fully Responsive for Mobile Devices
Client: React, Redux, Styled Components
Server: Firebase
Click here to see a demo!
Clone the project
git clone https://github.com/rkazi103/gmail-clone
Go to the project directory
cd gmail-clone
Install dependencies (I used yarn)
yarn
Start the server
yarn start