Unit Assignment: Kudos Board
Submitted by: Gabriella Toby
Deployed Application (optional): [https://kudos-board-frontend.onrender.com/]
-
Home Page
- Displays header, banner, search, board grid, and footer.
- Displays preview of all boards on initial page load.
- Boards previews should show an image/gif and board title.
- Users can click on a category (recent, celebration, thank you, inspiration) to filter the boards.
- Recent displays most recently created boards.
- Other categories display boards of that type.
- Users can search for a board by name.
- Users can click on a board to navigate to a new page containing that board.
- Users can create a new board.
- Boards should have a title, category, and author (optional).
- User can delete boards.
-
Board Page
- Displays a list of all cards for a board.
- Each card features a text message.
- Each card features a gif found using the GIPHY API.
- Users can optionally sign the card as the author.
- Displays a list of all cards for a board.
-
Cards can be upvoted.
-
Cards can be deleted.
- User Accounts
- Users should be able to log in with a username and password.
- Users should be able to sign up for a new account.
- Boards and cards should be associated with a user.
- Anonymous cards or cards by guest users should still be allowed.
- Add a new filter option on the home page to display only the current user's boards.
- Allow boards to be deleted only if they are owned by the user.
- Deployment
- Website is deployed via Render.
- Comments
- Users should be able to comment on cards.
`
`- Did the topics discussed in your labs prepare you to complete the assignment? Be specific, which features in your weekly assignment did you feel unprepared to complete?
Yes, The classes were good and informative.
- If you had more time, what would you have done differently? Would you have added additional features? Changed the way your project responded to a particular event, etc.
If i had more time, I would have implemented user authentication.
- Reflect on your project demo, what went well? Were there things that maybe didn't go as planned? Did you notice something that your peer did that you would like to try next time?
I was able to understand how back end connects to the front end. What did not go as planned was I thought i would have time to complete all stretch feautures.
shout out to Dara!