Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Track Tasks

Track Tasks is a simple client-side application built with React and Tailwind CSS that helps you manage your tasks using Web Storage API's Local Storage.

Run Locally

  1. Clone the repository.

    git clone https://github.com/sheeeng/track-tasks.git
    cd track-tasks
  2. Install just.

  3. Install dependencies.

    just install
  4. Run the development server.

    just dev
  5. Open your browser and navigate to the URL provided in the terminal.

    http://localhost:3000

Alternative

If you prefer not to install just, use npm directly.

  1. Install dependencies.

    npm install

  2. Run the development server.

    npm run dev

  3. Open your browser and navigate to the URL provided in the terminal.

    http://localhost:3000

Deployments

License

This work is dual licensed under the Apache License 2.0 and the MIT License.

You may choose either license when you use this work.

SPDX-License-Identifier: Apache-2.0 OR MIT

About

Track tasks using Web Storage API's Local Storage.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages