Skip to content

nakedlittlezombie/tea-green

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍵 Tea Green

Startpage with Weather and To-Do List features

Preview

Table of contents

Features

  • Dark/Light Theme changes depending on the time of day, you can also switch it manually
  • Weather displays current temperature, description of weather conditions and city name
  • To-Do List allows you to add tasks, mark as completed and delete tasks that you add
  • Search gives you the ability to search on any sites that you can add yourself

Settings

Links

To add your own link to your favorite site, you just need to add a line to the HTML code, for example:

<a href="https://www.reddit.com/" target="_blank">
  <i class="fab fa-reddit"></i>
</a>

Weather Setting

To display the weather you need to have a free API key, which can be obtained from the OpenWeatherMap website.

If you generated a new API key and the weather doesn't work, then try to wait for a while until the key is activated.

As weather icons I used icons from this project.

About

Simple startpage with weather and to-do list features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 87.1%
  • JavaScript 11.7%
  • HTML 1.2%