When developing a full-stack or visually appealing app, UI/UX design plays a critical role. A great user interface and experience are key to engaging users and offering them the best possible interaction with your app, which can be challenging to achieve.
In this section, I’ll share insights into how I developed the frontend of my app, the tools I used, and tips that can help you become a better developer. I will also discuss the technologies that contributed to building a seamless and user-friendly interface.
# Frontend## These points you to help a create a maintainable code- Seprate your backend and frontend folder- Seprate your also backend and frontend in components folder- If you need some dynmic data from database or through any api- Fetch all data process in route folder then pass all data as props into components
# Technologies for Frontend## These technologies i use in my website - Figma for UI/UX design- TailwindCss for css styling- reac-slider for sliding image- shadcn/ui for varrious components like button input box many more.
All these points and technologies i use for develop a app.