Develop Process

Goal:

Write a web app called Learning Log that allows users to log the topics they’re interested in and to make journal entries as they learn about each topic. The Learning Log home page should describe the site and invite users to either register or log in. Once logged in, a user should be able to create new topics, add new entries, and read and edit existing entries.

Functionality

  1. User log in and out, sign up and delete accout.

  2. User add topics.

  3. User add journal entries according to the relevent topics.

  4. User can forward the journal entries to other social media, such as weibo, twitter.

  5. User can create topics, add new entries, read entries and edit existing entries.

  6. User can search through his all entries.

Requirments

  1. The project must be run with database.

  2. The project cover front-end and back-end.

Last updated