The todo list that guides you through your day!
Todo Guide helps manage expectations so you can focus on what's really important. Here's how it works:
- Add and prioritize your todo items
- Todo Guide shows those items in a calendar view so youknow realistically when they'll be done
When tasks take longer or shorter than expected, Todo Guide will shift your entire schedule accordingly!
After you've cloned the repo:
npm install
npm startThis runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits and you will see any lint errors in the console.
npm testLaunches the test runner in the interactive watch mode. See the React docs for running tests for more information.
This project has been setup to use the VS Code Debugger for Chrome. For more information on using VS Code with React, check out the tutorial.
To debug:
Set a break-point then run npm start to get the app running. To attach the debugger, press F5 or click ▶️ in VS Code. Once the debugger is attached, you may need to refresh the page to hit your breakpoint.
We use the AirBNB rules for ESLint.
npm run buildCorrectly bundles React in production mode and optimizes the build for the best performance in the build/ folder. See the React docs for deployment.
This project was bootstrapped with Create React App. You can learn more in the Create React App documentation. To learn React, check out the React documentation.
