A customizable planner app to make your dailey plans!!
Link to live website: http://xiaoyan.ltd
This is a CRUD App in which you can create 2 kinds of tables to make multiple detailed plans and store them inside the database.
- The first one is a weekly task table, you can add title to it, and add tasks to it by selecting the drop down menus of each cell after updating the detailed plans.
- The detailed plans will provide titles that the weekly task tables would use to render the options for the cells. You can add columns, rows, and update or delete this table.
All of the data will be stored in MySQL Database using Express.js as the backend. And you can always delete and search a certain table using the search tree menu.
Here's how you start:
- Click add under your first weekly task table(at the tree) to get a new detailed table.
- Insert new Columns and Rows to your detailed table and click "update completed" to save your changes.
- Go back to your first weekly task table to add a row and select the titles for your tasks.