Skip to content

omerkarakas/personal-task-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal-task-tracker

Live demo

https://personal-tasktracker.netlify.app


About

This app is a personal task tracker developed using react.js and material-ui.

User tasks stored in the local storage, so that previously entered tasks are displayed when the page loads again.

This website consumes the api https://task-priorities.herokuapp.com/ whose code is here


How to run locally

  1. Run the following command to install dependencies
npm install
  1. Run the following command to run the project
npm start

Then the react app will run on http://localhost:3000 address.


How to Tweak ?

This website consumes the api https://task-priorities.herokuapp.com/ whose code is here

Want to change the priorities?

This app may run a local json-server to serve job priorities on http://localhost:5000/priorities address.

For this run the following command:

npm run server

Alter the line in the AppContext.js,

from this:

const url = 'https://task-priorities.herokuapp.com';

to this:

const url = 'http://localhost:5000/priorities';

and edit the file data/db.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published