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.
- 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
- Open the app in a web browser.
- Click the "Start" button to start the timer.
- Click the "Stop" button to stop the timer. The time spent working will be added to the log below the timer.
- To resume the timer, click the "Start" button again. The timer will continue from where it left off.
- HTML
- CSS
- JavaScript
To run the app locally, you need to set up a local development server. Follow the steps below:
-
Install Python if you don't have it installed. You can download it from the official website: https://www.python.org/downloads/
-
Open a terminal or command prompt and navigate to the folder containing your
index.htmlfile. -
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
- Open your browser and go to
http://localhost:8000. This should load your web app.
This project is licensed under the MIT License.
Josh Plotkin
If you'd like to contribute to this project, please feel free to submit a pull request or open an issue.