Skip to content

React app based on "Getting Things Done" time management method using gethido-api

License

Notifications You must be signed in to change notification settings

michalmarchewczyk/gethido-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeThiDo-React

GitHub package.json version GitHub code size in bytes GitHub last commit

GeThiDo-React is time management web app using GeThiDo-API.

Technologies

Project is created with:

  • React
  • Redux
  • Material-UI

Build and serve

  1. Install dependencies

    npm install
    
  2. Change GeThiDo-API url in task.service.js and user.service.js

    const API_URL = 'https://[URL]';
  3. Run build script

    npm build
    
  4. Serve the application

    npm serve
    

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

React app based on "Getting Things Done" time management method using gethido-api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published