Skip to content

spaceC00kie/task-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker

About

Task Tracker is a to-do list and reminder software that allows users to manage their tasks and set reminders for them. The tasks are stored in a Redis database, and the app can be run on a Raspberry Pi or other device on a home network.

Installation

To install Task Tracker, follow these steps:

  1. Clone the repository:
git clone https://github.com/spaceC00kie/reactToDoList
  1. Navigate to the repository directory:
cd reactToDoList
  1. Install the dependencies:
npm i
  1. Run the server:
npm run server
  1. In another terminal window in the same directory, start the app:
npm start

Credits

Task Tracker was created using a tutorial from Traversy Media and guidance from Geek Technique. Thank you to both for their help in creating this app.

About

Keep up with all your tasks

Resources

Stars

Watchers

Forks