Skip to content

Blog article form #53

@camilleryr

Description

@camilleryr

Story

As the user, I should be able to create a blog article with a form.

Acceptance Criteria

Given the user wants to create a new blog article
When the user visits the admin/blog.html URL
Then the user should be presented with a form that accepts all required information for a blog article
And the user should see a button to save the article

Given the user has filled out all fields for a new blog article
When the user clicks on the Save button
Then the article should be saved in persistent local storage

Given the user wants to view the new article
When the user visits the /blog URL
Then all articles, including the newly created one should be extracted from local storage, and be presented in descending chronological order

Technical Requirements

  1. Use forEach() to display the blog articles instead of a for loop.
  2. Your directory structure should be modular. Your projects page should be projects/index.html. Your blog should be blog/index.html. Your resume should be resume/index.html.
  3. You should still be paginating your blog articles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions