Git Product home page Git Product logo

animedoro-timer's Introduction

animedoro-timer's People

Contributors

ankushkun avatar bharzinstein avatar immattdavison avatar inkitori avatar jayrajsingh65 avatar jenblonko avatar liquid-404 avatar nileshlad09 avatar shreyash-b avatar vedantpol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

animedoro-timer's Issues

Issue with pausing

When you pause the timer, it pauses correctly but when you unpause it, it goes to the time it wouldve been if you didnt pause it anyway. So like if I need to go to cook and have the timer paused, i come back and it finishes study time which breaks stats.

contributing.md file missing

According to hacktoberfest guidelines a contributing.md file should be there for projects which are participating in hacktoberfest.
Please assign this issue to me...

Link on About does not lead to this repo

I realized when the PR #15 wasn't visible when I tried the timer. Turns out the timer is being run on your github.io repo's animedoro folder instead of this repo. When you click the link on the About page, you get sent to that projects folder.
I also tried to see if this repo worked but going to https://ankushkun.github.io/animedoro-timer/Animedoro/index.html shows me a 404 error. I suspect the pages section on this repo's settings isn't set up properly.

UI errors

image

start is not aligned to center, 0:40 time showing , when play is pressed it moves to other position

Finish timer countdown button

I added an extra finish timer button in the fork I made, you can take that if it helps. It's actually a lifesaver most of the times.

Clock automatically starts after restart

The clock gets activated the time you press the restart button. It is quite inconvenient. Recommend to create an update where the clock doesn't start itself once the restart button is pressed.

Some new feature suggestions

  1. Have a setting where you can choose how many cycles you want this to run for. For example, if I want to do 3 cycles, I set it to 3 and it automatically does 3 cycles and stops when the 3rd anime time finishes. This saves a few clicks of me going back to turn on the timer.
  2. Might be a bit far fetched but instead of storing data in cookies, perhaps make an account feature which automatically stores stats on your account instead of relying on cookies which are easy to delete.

Overall, great tool. I have been using it for a while and it rlly works + I love the sound of the finished notification as it rlly gets me to stop what im doing and move on to the next stage.

Annoying UI

make the UI more minimalistic, maybe give option to change background image, and change the font please, we don't want fruit ninja font

Animedoro sudden clock restart

Was testing the clock and found out that the animedoro gets restarted immediately when the "ENTER" key is pressed.

This problem is visible on Windows 10 OS. Browser is Microsoft Edge

Mobile friendly UI

The heading is pretty explanatory.

good to see people working on these ideas馃槃

Infinite time end loop

When the first sessions ended, the session count started increasing, as well as sending me infinte notifications which still came even after I closed the tab
image
image

A im

<title>Raffle Page</title>

Welcome to our raffle page!

Please fill in the following information to enter the raffle:

Name:

Email:

Phone:

Enter Raffle <script> // Add your JavaScript code here to handle the raffle logic </script> <title>Raffle Page</title>

Welcome to our raffle page!

Please fill in the following information to enter the raffle:

Name:

Email:

Enter Raffle <script> function submitForm() { // Get the name and email from the form var name = document.getElementById("name").value; var email = document.getElementById("email").value;
		// Generate a random number between 1 and 1000
		var randomNumber = Math.floor(Math.random() * 1000) + 1;

		// Send an email to the participant with their random number
		var subject = "You've been entered into our raffle!";
		var message = "Dear " + name + ",\n\nThank you for entering our raffle! Your entry has been received.\n\nYour random number is: " + randomNumber + "\n\nGood luck!\n\nSincerely,\nThe Raffle Team";
		window.location.href = "mailto:" + email + "?subject=" + subject + "&body=" + encodeURIComponent(message);
	}
</script>

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.