Task: Follow the principles covered in today's session to refactor this app:
- Components should have one job
- Components and variables should have precise names
- Use minimal state
- Run command
npm ito install required node modules; - Then, start the development server with command
npm run dev. - Refactor to improve developer experience, while maintaining the current UI/UX