This is a chrome Extension that manages your tasks as well as motivating you with a new inspirational quote whenever you open the extension.
- Latest Chrome
- Weather API key (if you are seeing this after 30 Nov 2023). Visit https://www.weatherapi.com/ and sign up they will give 15 day trial period.
- Go to setting
- Search extensions
- Go to extension settings
- Enable Developer mode
- Load From Folder
- Now you are ready to go
- Pin the extension in tool bar from extension list
- Now There are already name or location predefined will showing (not to worry). Click the setting On the bottom right corner.
- From there you are taken to setting page
- Now fill Your name and Location
Note : Location should be city name or {longitude} / {latitude} format only, Zipcode is supported only for USA.
- Click on save. Done. Go back by click on the top.
- You can create a task by entering the task and then adding.
- You can mark it as completed and it turn into green and striked through.
- You can remove it by clicking on the cross icon on the right side of each task
- It can retain the previous added tasks by storing it in the user browser on reopening or reloading or even restarting the browser.
- All the data of the current weather is coming directly from the weather api used i.e https://weatherapi.com
- Icon of the Weather showing is also come from the from api
- So those are all dynamics
- Location of the Weather showing below is the location entered by the user or default location.
- This can be changed in the Setting Page
- Name can be changed in the setting page
- This cannot be Changed in the setting if you wish you can change in the JS file.