Skip to content

TotoroSyd/Eatthefrog

Repository files navigation

Eatthefrog

logo

A task planning web app

This is my graduation project from Generation Australia's Web Developer Program

Eatthefrog on Netlify

Report a bug | Request new feature

Features

  • 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

Site

welcomeView taskView

Built with

Contribute

To fix a bug or enhance an existing module, follow these steps:
  • 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

Feedback and Support

I would love to know your feedback. Drop me a line at my email or my Twitter

Project status

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

Todo

  • Improve view transition (getting smoother)
  • Make program responsive for Mobile, Ipad viewport

Acknowledgement

License

MIT