Skip to content

Lavanya-Sathya/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)

Don't forget to give a ⭐ to this repo !!

❤️ Thanks to all the contributors ❤️

sky_de_1991
sky_de_1991

💻 🐛
txlan1710
txlan1710

📖
tkthib2015012
tkthib2015012

💻
Nguyen Phu Cuong
Nguyen Phu Cuong

💻
anhlee66
anhlee66

🐛
bidzy1617
bidzy1617

🐛
Md Irfan Salim
Md Irfan Salim

💻
Divya Kelaskar
Divya Kelaskar

💻
bhavik001
bhavik001

💻

Contact

Miljković Jovan

About

Minimalist task tracker using Local Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • HTML 1.4%
  • SCSS 0.7%