Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.63 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.63 KB
logo

Polo Extension

A Browser Extension which enables the users to develop a productive outlook towards day to day activities. Can be used through desktop based browsers.

Installation

Install and Run Locally in 4 simple steps:

  $ git clone https://github.com/dev-enforced/polo-extension.git
  $ cd polo-extension
  $ npm install
  $ npm start

Environment Variables

Create an .env file after the above installation in which these variables shall be attached for proper functioning of the extension.

Live Link ✨✨

Features

  • User Onboarding Page
  • Dashboard
    • Beautiful backrounds on every refresh
    • Big Clock at center. Displays time in 12hr and 24hr Format
    • Greets user according to the time of day
    • User can add Main Focus of the Day
    • Random Quote with Author on every refresh
    • Current Weather based on User's Location .
    • Option to change name of the user with auto focus reset i.e. if the name gets changed then the user would be prompted to provide a new focus for the new name.

Built with -

  • React JS and Typescript
  • CSS Modules

NOTE: Instructions for running it as a browser extension will be added soon.