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.
To install Task Tracker, follow these steps:
- Clone the repository:
git clone https://github.com/spaceC00kie/reactToDoList
- Navigate to the repository directory:
cd reactToDoList
- Install the dependencies:
npm i
- Run the server:
npm run server
- In another terminal window in the same directory, start the app:
npm start
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.