"# Learning_platform" Application Pages and Features
-
Signup Page This page allows new users to register by filling out their personal information. Once the user submits the form, the data is stored in the MongoDB database. The form fields include essential user details such as name, email, and password.

-
Add Topics Page This page is designed for administrators or educators to add topics related to a course. Users can input a topic title, description, and other relevant details. Each topic submission is dynamically saved in the backend using MongoDB.

-
View Course Topics This page displays a list of all the topics added to the course. Users can browse through the list of course materials or tutorials. It may also include functionalities such as "Update" or "Delete" for course topics.

-
Update and Delete Features Editable forms or buttons are integrated on relevant pages to allow easy management of course materials. Updates ensure that the course data remains accurate, while deletions remove outdated or unnecessary topics.
