kris-classes / restart

2022 Semester 2 Course Topics
10 stars 7 forks source link

Stacey's Journal Project #27

Open Arigith opened 1 year ago

Arigith commented 1 year ago

Create a basic journal app where you can login and save journal entries.

This will have:

  1. login authentication
  2. App will have a Title, body and date created

This can be found at https://github.com/Arigith/journalapp

Arigith commented 1 year ago

wrote some code for the journal Still need to write code for users and authentication

Arigith commented 1 year ago

tutorial used was https://www.youtube.com/watch?v=7t2alSnE2-I

finished writing main code. Still need to debug some stuff