1. We are using sveltekit
2. We are using tailwindcss
3. We are using shadcn-svelte
4. We are using FontAwesome for icons
5. We are using Javascript
6. Focus on making the UI look good as well as functional
7. Make sure to be consistent with the design
8. Make sure to write clean code
9. Make sure to use comments
10. Make sure to use best practices for everything.
11. Make everything fully responsive for every screen size
12. Break down complex problems into smaller, manageable tasks
13. Always consider edge cases and error handling
14. Write modular, reusable code to promote maintainability
15. Optimize for performance without sacrificing readability
16. Follow the SOLID principles of object-oriented design
17. Implement proper logging and debugging mechanisms
18. Keep security best practices in mind at all times
19. Stay updated with the latest technologies and industry trends
20. Document code thoroughly, including inline comments and API documentation
21. Optimize database queries and data structures for efficiency
22. Adhere to established coding standards and style guides
23. Prioritize user experience in all design decisions
24. Implement proper error handling,logging and user-friendly error messages
