meal_planner/TODO.md
Ruidy 0e3b0a7cee
refactoring (#5)
* use tsx

* compile

* refactor Router

* refactor layout

* refactor home container

* refactor meal container

* refactor categories container

* refactor category container

* refactor search and profile container

* refactor
2021-03-28 17:05:46 +02:00

16 lines
654 B
Markdown

# TO DO
- [ ] send message after contact form validation (confirm to sender and msg+info to admin)
- [ ] Local storage of preferences
- [ ] Firebase firestore and functions
- [ ] Breadcrumb
- [ ] Cookie bar
- [x] code cleanup (props and refactoring)
- [ ] Back to top button
- [ ] Close Sidebar at outside click
- [ ] Take a look at some components [here](http://react-materialize.github.io/react-materialize/?path=/story/css-grid--default)
- [ ] Decoupled application and data layers. Abstract such that the front end does not know where the data comes from.
- [x] Create PageLayout component
- [ ] Use Css-in-Js
- [ ] Redirect to 404
- [x] Typescript