Make an Application for allowing to write and save your diary.
as a user
- I can create my account
- I can login any time with my name and password
- I can write any diary and save it with the day and date that I write it
- I can see all my diary that I wrote it when I login to my account
- Login form with 2 fields - username and password
- Client-side and server-side validation on login form, including error handling that provides feedback to users
- Users only have to log in once (i.e. implement a cookie-based session on login)
- Username is visible on each page of the site after logging in
- Any user-submitted content should be labelled with the authors username
- There should be protected routes and unprotected routes that depend on the user having a cookie or not (or what level of access they have).
- Website content should be stored in a database
- Abdallah
- Moaz
- Mahmoud
- Sohad