Build an AI Memorisation Website
This Blog Post will show you how to build a simple AI Memorisation website to help you better learn your courses.2/3/2024
•
30 minutes
Introduction
Hello and welcome to this article.
Chapters
The blog will be divided in several chapters, You can navigate from chapter to chapter using the arrow keys at the top and bottom of each post.
- Introduction (Actual)
- We will define all required functionalities, UI and screens.
- List all required Tables.
- Setup the Database and Backend using Supabase.
- Design the UI.
- Implement the Features into the UI.
- Introduce Google AI to our App.
- Complete some Details.
Requirements and Tools
You technically use any tool you want, during the explanations i'll be using VS-Code as an editor, Next-JS with React for the frontend and some backend, Supabase as the Database and Main Backend and Google Gemini PRO for the AI part.