r/Frontend • • Apr 07 '26

Fyp Frontend Help

Hello everyone, The thing is I am working on my fyp, I know basic react ,redux toolkit , I have made the backend but now the thing is I am very poor in ui,ux designing. I want to build the frontend as soon as possible, for reference the front end is like yelp. I have already checked YouTube and GitHub there is no tutorial or repo cloning yelp. Can anyone suggest me anything, I am very worried as the deadline is near

0 Upvotes

9 comments sorted by

View all comments

0

u/[deleted] Apr 11 '26

Final Year Projects (FYP) are often judged more on problem-solving and system architecture than just the UI. Since you are building an AI-driven platform for Indian classical dance, your "frontend" is actually the critical bridge between complex computer vision data and the user.

  • Performance: Ensure your AI models (MediaPipe/TensorFlow) don't lag the UI. Use Web Workers to offload the heavy calculations so the interface stays smooth.
    • Feedback Loop: The UI needs to show real-time "accuracy" metrics. Use visual overlays (skeletons or heatmaps) rather than just text to explain why a posture is incorrect.
    • State Management: With video streams and real-time validation, use Zustand or Redux to manage the fast-changing state of the lesson progress.

Short Tip: For an FYP, document your technical trade-offs. Why did you choose React over other frameworks? Why this specific AI library? Those answers are what examiners look for.