A task planning web app
This is my graduation project from Generation Australia's Web Developer Program
Report a bug | Request new feature
- Welcome task summary view with 3 cards: Todo for Today, Tomorrow tasks, Soon (Tasks due in 3 days from today)
- Create Task
- Edit Task
- Delete Task
- Filter Task by Status
- Filter Task by Date
- Fork the repo
- Run
npm install
to install dependencies - Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Run
npm start
to review the changes locally - Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature: '
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
I would love to know your feedback. Drop me a line at my email or my Twitter
Released v1.1: There are 5 functions: Create Task, Edit Task, Delete Task, Filter Task by Status, Filter Task by Date
Released v1.2: Work on laptop's major browsers
- Improve view transition (getting smoother)
- Make program responsive for Mobile, Ipad viewport
- parcel-plugin-static-files-copy
- date-fns
- Install Jest to work with Parcel Bundler Instruction
- Testing Library
- testing-library/jest-dom
- jest-localstorage-mock
- README Practice
- Solution for Module type=module cause "parcelRequire is not defined" error
- Normalize.css to reset CSS