/browser-extension

Extensify is a super cool browser extension that greets you with a message according to the time of the day and shows different background on page refresh. With Extensify you can set your main/focus task of the day and also create your own todo.

Primary LanguageJavaScript

Extensify New Tab Broswer Extension

Extensify is a super cool browser extension that greets you with a message according to the time of the day and shows different background on page refresh. With Extensry you can set your main/focus task of the day ansd also create your own todo.

List of features

Home Page

  • In the home page, you can start by adding your name and then press the enter key which will route you to the task page. If you refresh the home page you will see a different soothing background image.

Task Page

  • In the task page, you can add your main/focus task of the day, once you complete the task you can eihter check it or clear it to create a new task. There is a beautiful ToDo at the bottom right of the page that let's you add todos. When the dat changes the main task will be deleted but the todo will still be there.

Tech Stack

  • HTML/CSS
  • ReactJs

Author

Live Link

https://extensry.netlify.app/

Add Extension to Firefox

https://addons.mozilla.org/en-US/firefox/addon/prakash-extensry/

Run Locally

Clone the project by adding the following command in the terminal. Make sure your have git installed and added to path.

  git clone https://github.com/prakashsakari/browser-extension.git

Go to the project directory

  cd browser-extension

Install dependencies

  npm install

Start the server

  npm start