Giter Site home page Giter Site logo

dr-star / tomato-timer Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.5 MB

Timer Tomato Website

Home Page: https://timertomato.com/

License: Apache License 2.0

JavaScript 6.13% TypeScript 69.41% CSS 1.24% HTML 21.27% SCSS 1.96%
pomodoro-technique productivity tomato-timer

tomato-timer's Introduction

TomatoTimer

logo

Timer Tomato boost your productivity.

TimerTomato licence TimerTomato forks TimerTomato stars TimerTomato issues TimerTomato pull-requests

Use it ยท Report Bug ยท Request Feature

๐Ÿ‘‹ Introducing TimerTomato

TimerTomato is an opensource platform to create shapes of your choice using a simple, easy-to-use interface. You can create banners, circles, polygonal shapes, export them as SVG, PNG, and even as CSS.

๐Ÿ’ป Use TimerTomato

Please access TimerTomato using the URL:

https://timertomato.com

๐Ÿ”ฅ Features

TimerTomato comes with a bundle of features already. You can do the followings with it,

๐Ÿ“ฑ Responsive and mobile-friendly

  • Use TimerTomato seamlessly from any device.

๐Ÿ—๏ธ How to Set up TimerTomato for Development?

You can run TimerTomato locally with a few easy steps.

  1. Clone the repository
git clone https://github.com/dr-star/tomato-timer.git
  1. Change the working directory
cd tomato-timer
  1. Install dependencies
npm install
  1. Create .env file in root and add your variables
AWS_RUM_GUEST_ROLE_ARN: YOUR_AWS_RUM_GUEST_ROLE_ARN
AWS_RUM_IDENTITY_POOL_ID: YOUR_AWS_RUM_IDENTITY_POOL_ID
AWS_RUM_APPLICATION_ID: YOUR_AWS_RUM_APPLICATION_ID
AWS_RUM_ENDPOINT: YOUR_AWS_RUM_ENDPOINT
AWS_RUM_REGION: YOUR_AWS_RUM_REGION
GOOGLE_ANALYTICS_TRACKING_CODE: YOUR_GOOGLE_ANALYTICS_TRACKING_CODE
  1. Run the app
npm run start

That's All!!! Now open localhost:4200 to see the app.

๐Ÿ” Built With

๐Ÿ›ก๏ธ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿฆ„ Upcoming Features

TimerTomato has all the potentials to grow further. Here are some of the upcoming features planned(not in any order),

  • โœ”๏ธ PWA(Progressive Web App)

If you find something is missing, TimerTomato is listening. Please create a feature request from here.

๐Ÿค Contributing to TimerTomato

Any kind of positive contribution is welcome! Please help us to grow by contributing to the project.

Please read CONTRIBUTING for details on our CODE OF CONDUCT, and the process for submitting pull requests to us.

๐Ÿ™ Support

We all need support and motivation. TimerTomato is not an exception. Please give this project a โญ๏ธ to encourage and show that you liked it. Don't forget to leave a star โญ๏ธ before you move away.

If you found the app helpful, consider supporting us with a coffee.

tomato-timer's People

Contributors

dr-star avatar

Watchers

 avatar

tomato-timer's Issues

Set H1 headings

Each page should have a descriptive H1 heading to help search engines and users understand what that page contains. Headings can be added to web pages to give structure to the content in the same way headings are used in books and articles. The most important and highest ranking heading in HTML is called the H1 heading. This is followed down in level of importance by H2, H3, H4, H5 and H6 headings. The H1 heading is like the title heading of an article and similarly should give an accurate and concise description of the entire document to help guide readers. The keywords used in page headings are also treated as a ranking signal by search engines. H1 headings are added to the HTML of a page with an

tag such as

Our story

. Learn more.

Set canonical URLs

All pages should specify a valid canonical URL to get more control over how duplicate URLs are treated by search engines. When a set of URLs on your site return duplicate or near duplicate content, search engines will select a single definitive URL for that content called the canonical URL*. This URL will be crawled more often, will take priority in search results over URLs with duplicate content and search rank boosting backlinks to the URLs with duplicate content will be viewed as linking to the canonical URL. Note that *"self-canonicalizing" a page by setting its canonical URL to itself is both valid and useful as it can help eliminate potential duplicates such as when pages may be linked to with tracking URL parameters. To suggest the canonical URL for a page you can 1) add a tag inside the page's tag (most common) or 2) add a Link: <...>; rel="canonical" header to the page's response headers. Google suggest giving absolute canonical URLs over relative ones. Search engines are likely to ignore your canonical URL suggestion if you 1) include multiple canonical URL suggestions per page or 2) suggest a URL that is broken, redirects, isn't indexable or isn't itself canonical. Keep in mind that for exact duplicates you should consider if it is more approriate to use 301 redirects over canonical URLs to consolidate duplicates instead. Learn more.

Set sitemap locations

Each robots.txt file should specify sitemap file locations. Sitemap files contain a list of page URLs that you want indexed and are read by search bots. These files can also include metadata that describes when pages were last updated and how often different pages are updated to help crawlers index your site more intelligently. A sitemap location should be specified in the robots.txt file with a line such as Sitemap: http://example.com/sitemap.xml. A robots.txt file can include more than one sitemap reference. Learn more.

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.