Skip to content

aditya-armal/minimalist-task-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All Contributors Star on GitHub

Official Website

🖊️ Minimalist Task Tracker

📣 Simple way to create, track and delete tasks

📣 Seemless storage on any device

🧾 Prerequisites

Before starting out, you'll need to install the following on your computer.

Installation 🛠️

🖊️MTT has been tested on macos (Chrome, Firefox, Safari, Brave).

  1. Clone the project
git clone [email protected]:miljkovicjovan/minimalist-task-tracker.git
  1. Navigate to the project directory
cd your-project
  1. Install dependecies
npm install
  1. Start the development server
npm start

This will start the development server, and your project will be available at http://localhost:3000

  1. Open the app in your browser

💈 Want to Contribute?

  1. After you are done with installation, go ahead and create a new branch and move to the branch
git checkout -b <branch-name>
  1. After you have added your changes, follow the following command chain Check the changed files
git status -s
  1. Add all the files to the staging area
git add .
  1. Commit your changes (add decent message )
git commit -m "<EXPLAIN-YOUR_CHANGES>"
  1. Push your changes
git push origin <branch-name>
  1. Open a Pull Request
  • Make a pull request! (compare your branch with the owner main branch)

Contact

Miljković Jovan

About

Minimalist task tracker using Local Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • HTML 1.3%
  • SCSS 0.7%