Cybersunami / FlashcardsAI

https://flashcards-ai-swart.vercel.app
0 stars 0 forks source link

Frontend development, UI/UX design, and integration with backend services. #1

Open Cybersunami opened 2 months ago

Cybersunami commented 2 months ago

Tasks:

UI/UX Design: Design and implement the user interface for key pages: User Dashboard Flashcard Creation and Management Authentication (Sign-in/Sign-up/Profile) Ensure the interface is responsive and accessible.

Authentication Integration: Integrate Clerk for user authentication. Implement sign-in, sign-up, and user profile pages. Manage user sessions and ensure proper authentication flows.

Operations: Implement the frontend logic for creating, editing, viewing, and deleting flashcards. Develop forms and validation logic for user inputs. Frontend-Backend Integration:

Collaborate with Kalpi Patel to connect the frontend with Firebase for data management and Stripe for payment processing. Ensure that the UI properly reflects the data from Firestore.

na-mi-lo commented 2 months ago

Having a bit of trouble implementing to sign-in and sign-up pages. The call to the app/sign-in/{[...sing-in]]/page.js leads to new errors with each attempt to fix the error Screenshot 2024-08-14 175752

Cybersunami commented 2 months ago

Since the route isn't recognized, Next.js won't render the component you intended for that route.

na-mi-lo commented 2 months ago

Thanks! I've managed to fix that issue. However, the content for the sign-in page is not being displayed. This is where I'm going to stop coding for now, I will try to look at the issue more closely tomorrow and add some personalization to the landing page.