mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-09 20:06:46 +00:00
15 lines
600 B
Markdown
15 lines
600 B
Markdown
# TO DO
|
|
|
|
- [ ] send message after contact form validation (confirm to sender and msg+info to admin)
|
|
- [ ] 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
|
|
- [x] Redirect to 404
|
|
- [x] Typescript
|
|
- [x] strict typing
|