Skip to content

mledan/taskometer

Repository files navigation

taskometer

A web-based task meter for tracking your progress, built with React. This is a web-adapted version of todometer by Cassidy Williams.

todometer

Features

  • 📊 Visual meter-based task tracking
  • 🌐 Access from any browser
  • 📱 Mobile-friendly interface
  • 🔔 Web notifications for reminders
  • 💾 Browser-based storage

Development

  • Clone the repo:
$ git clone https://github.com/mledan/taskometer.git
  • Go to the project directory and install dependencies:
$ cd taskometer && npm install

To start the development server:

$ npm run dev

To build for production:

$ npm run build

To preview the production build:

$ npm run preview

Contributing

So you want to contribute? Yay! Great! Fun! I love seeing new PRs for todometer. That being said, not every pull request will be merged. The general guidelines I'll follow are:

  • Does it make developing todometer easier?
  • Does it help other platforms (Windows, Mac, Linux) work better?
  • Does it fix a bug?
  • Does it break anything?
  • Does it stick to the original goal of todometer (a simple, meter-based to-do list)
  • Does it reduce the build size?
  • Is it necessary?

Regarding that last point, I don't expect all pull requests to be absolutely necessary. New features are good. That being said, if the new features make the app unnecessarily complex in some way without bringing value to the users, it won't be merged.

Please don't be hurt if your PR isn't merged. You're lovely for working on it. If you are thinking about working on something, feel free to make an issue beforehand so that you can make sure it'll be worth your time!

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors