Devlog 1:
I want to learn Webdevelopment with React, so I started creating this app that lets you track your everyday progress and helps you get 1% better each day.
UI description:
- Home: Here you have your tasks for today. Any completed tasks will disappear and reappear the next day
- Dashboard: View your overall progress in graphs
- Tasks: Manage your tasks. Which tasks should appear when, cathegorise them and so on
Status:
You can add, remove and check tasks
Next steps:
- Make Tasks disappear from the Home section when checked and reappear the next day.
- Synchronize tasks between Home and Tasks tab
Future plans:
- Add a better style for the components
Struggles:
At first the architecture wasn’t good, so I had to redesign it. I have a folder, which includes basic UI parts (like in a UI pack) for main components like lists, items, buttons, etc. and a folder where I build the UI with these components.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.