Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a form component for inputting blog data #2

Closed
krab7191 opened this issue Sep 30, 2020 · 0 comments
Closed

Create a form component for inputting blog data #2

krab7191 opened this issue Sep 30, 2020 · 0 comments
Labels
enhancement New feature or request Frontend Pertaining to client side work, react, components, API service story This describes a small unit of development work

Comments

@krab7191
Copy link
Collaborator

krab7191 commented Sep 30, 2020

Create a form component that allows a user to type in a blog post title, blog post body.

Acceptance criteria

  • A user can type text into clearly labeled text fields and see a visual representation of what the blog post will look like in real time.
  • The title and body data will be stored in state to allow for easy manipulation and access for network requests
  • A button which will call an API function that posts the form data when clicked, or when the form is submitted. This API functionality will be handled in a separate work item.
@krab7191 krab7191 mentioned this issue Sep 30, 2020
3 tasks
@krab7191 krab7191 added enhancement New feature or request story This describes a small unit of development work Frontend Pertaining to client side work, react, components, API service labels Sep 30, 2020
krab7191 added a commit that referenced this issue Oct 14, 2020
christopher-dodge added a commit that referenced this issue Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Frontend Pertaining to client side work, react, components, API service story This describes a small unit of development work
Projects
None yet
Development

No branches or pull requests

2 participants