Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KhalidLam authored Jul 13, 2020
1 parent 9969d1a commit 1d1b32e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

![alt text](https://github.com/KhalidLam/CubeMail/blob/master/screenshot.jpg?raw=true)

CubeMail is a webmail client built using [Create-React-App](https://github.com/facebook/create-react-app) and [Chakra UI](https://github.com/chakra-ui/chakra-ui/), It runs completely in the browser and uses the [Gmail's public Javascript API](https://developers.google.com/gmail/api/).
CubeMail is a webmail-client built using [Create-React-App](https://github.com/facebook/create-react-app) and [Chakra UI](https://github.com/chakra-ui/chakra-ui/), It runs completely in the browser and uses the [Gmail's public Javascript API](https://developers.google.com/gmail/api/).

Try it out at: https://khalidlam.github.io/CubeMail/
Try it out at https://khalidlam.github.io/CubeMail/

## How does it work?
The account sign-in and authentication process is **totally managed by Gmail's secure protocols**. The workflow is as follows:
Expand Down Expand Up @@ -49,6 +49,7 @@ The account sign-in and authentication process is **totally managed by Gmail's s
- [ ] Add Search Feature
- [ ] Display user's Labels
- [ ] Add Animation on Buttons
- [ ] Add Infinite scrolling

### License:

Expand Down

0 comments on commit 1d1b32e

Please sign in to comment.