Coder Social home page Coder Social logo

felipenovais / cubemail Goto Github PK

View Code? Open in Web Editor NEW

This project forked from khalidlam/cubemail

0.0 1.0 0.0 3.35 MB

CubeMail is a webmail client built using React and Chakra UI, It runs in the browser and uses the Gmail's public Javascript API.

Home Page: https://khalidlam.github.io/CubeMail/

License: MIT License

Shell 0.28% JavaScript 97.59% HTML 2.13%

cubemail's Introduction

CubeMail Build Status

alt text

CubeMail is a webmail-client built using Create-React-App and Chakra UI, It runs completely in the browser and uses the Gmail's public Javascript API.

How does it work?

The account sign-in and authentication process is totally managed by Gmail's secure protocols. The workflow is as follows:

  • First-time users will see a landing page with a button to sign in to Gmail.
  • Once successfully signed-in, Gmail will display a screen asking the user for permission to use the account in the application.
  • After permission is granted, the application will load all account data and display the Inbox folder

IMPORTANT: The application does NOT store or persist any account or user data in any way at all. It simply fetches data from Gmail's API and displays it in the browser.

Requirements

  • All Gmail API requests require an API Key and an OAuth 2.0 Client ID. You can follow these instructions to obtain those credentials. Then, store those two values in the .env file located in the root folder by replacing <YOUR_API_KEY> and <YOUR_CLIENT_ID> respectively.

Getting started

  1. Clone this repo
$ git clone https://github.com/KhalidLam/CubeMail.git
$ cd  CubeMail
$ npm install
  1. Create a .env from .env.example and add your Google API credentials - Google Api
$ cp .env.example .env
  1. enable Gmail API - Enable Google APIs

  2. Run: $ npm start

  3. Open http://localhost:3000 in your browser.

Technologies used

Features

  • Read, Send, Reply, Forward, Trash And archive messages

Todo

  • Make app responsive
  • Add search feature
  • Display user's Labels
  • Add animation on Buttons
  • Add infinite scrolling
  • Error handling on login or connexion issues
  • Switch to Redux instead of Context API

License:

MIT License

cubemail's People

Contributors

khalidlam avatar felipenovais avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.