From b928ac9873e1bdd0819f543e26af3f0677ab06fe Mon Sep 17 00:00:00 2001 From: Alieu Saidy <142917732+alieutech@users.noreply.github.com> Date: Sat, 2 Nov 2024 04:02:48 +0000 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db66ba4..e6aa98b 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -Purpose of this web app is for Users to create their account sign in with their password and email view their profile, and others and make changes in their profile updated or deleted their post. +Blog post application where users can register, create posts, and manage their profiles. + +Project: Blog Post Application +Objective: +Build a user-friendly blog platform where users can register, create and manage blog posts, update their profiles, and interact with other users. + +Core Features +1. User Authentication +Registration: Users can sign up with an email, username, and password. +Login/Logout: Secure login functionality and ability to log out. +Account Verification: Send a verification email upon registration (optional). +Forgot Password: Option to reset password via email.