-
App.js
- Skeleton of the file -test
-
Login.js
- Page with a place to enter email and password
-
Register.js
- Page to register. Should have name, email, password, confirm password, and accept the terms. Followed by a submit button.
-
PostForm.js
- Page to enter your post. This will be a form
- Name
- text input
- Email
- text input
- Tagline
- text input
- Country
- text input
- Date
- calendar
- Descritpion
- text input
- Rating
- radio button
- Make it Private?
- Checkbox
- Submit
- submit button sends post to dashboard
- Name
- Page to enter your post. This will be a form
-
Dashboard.js
- Page where a person's posts will appear
:::
- Tom & Virginia - login, register, postForm, dahsboard
- Tatiana - functionality