Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Time Tracker App

The Time Tracker App is a simple web application that allows users to track the time they spend working on various tasks. The idea for this app was conceived as a tool to help track the time spent on a coding journey each day.

Features

  • Start, stop, and resume a timer with the click of a button
  • Display a log of the time spent working each day
  • Store the log data in a cookie to remember time spent on previous days
  • Responsive design for both desktop and mobile devices

How to use

  1. Open the app in a web browser.
  2. Click the "Start" button to start the timer.
  3. Click the "Stop" button to stop the timer. The time spent working will be added to the log below the timer.
  4. To resume the timer, click the "Start" button again. The timer will continue from where it left off.

Technologies used

  • HTML
  • CSS
  • JavaScript

How to run the app locally

To run the app locally, you need to set up a local development server. Follow the steps below:

  1. Install Python if you don't have it installed. You can download it from the official website: https://www.python.org/downloads/

  2. Open a terminal or command prompt and navigate to the folder containing your index.html file.

  3. Run the following command based on your Python version:

    For Python 2.x: python -m SimpleHTTPServer 8000

For Python 3.x: python -m http.server 8000

  1. Open your browser and go to http://localhost:8000. This should load your web app.

License

This project is licensed under the MIT License.

Author

Josh Plotkin

Contributing

If you'd like to contribute to this project, please feel free to submit a pull request or open an issue.

About

a simple javascript app to track time spent working

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages