Submitted by: Kailer Laino
Deployed Application (required): Kudos Board Deployed Site
- Home Page Display
- Home page includes the following features:
- Header
- Banner
- Search bar
- List of boards
- Footer
- Home page includes the following features:
- Display Boards
- Users can view a list of all boards in a grid view on the home page.
- For each board displayed, users can see:
- An image/gif
- A board title
- Filter Boards
- Home page includes navigation bar, drop down, or some other mechanism which allows users to filter boards by the following categories:
- All/Home (displays all boards)
- Recent (displays the 6 most recently created boards)
- Celebration
- Thank you
- Inspiration
- When a category is clicked, boards matching the specified category are displayed.
- Search Functionality
- Users can use a search bar to search for boards by title on the home page.
- The search bar should include:
- Text input field
- Submit/Search Button
- Clear Mechanism
- Boards with a title containing the search query in the text input field are displayed in a grid view when the user:
- Presses the Enter key
- Clicks the Submit/Search button
- User can delete all text from the text input field.
- When all text is cleared from the text input field, all boards are displayed in a grid view
- View Board
- Users can click on a board in the grid view to navigate to a new page containing that board's details.
- Add New Board
- Users can create a new board on the home page.
- When creating a new board, users can specify the:
- Title (required)
- Category (required)
- Author (optional)
- Items listed as required above must have a value to succesffuly create a new board.
- When the board is successfully created, it appears in the grid of boards.
- Delete Board
- User can delete boards on the home page.
- When the board is deleted, the board disappears from the grid of boards.
- Display Cards
- For a given board, the board's page displays a list of all cards for that board in a grid view.
- For each card should displayed, users can see the card's:
- Message
- Gif
- Number of upvotes
- Delete button
- Add New Card
- Users can make a new card associated with the current board.
- To successfully create a new card, users must specify the following:
- Text message (required).
- A gif users can search for and select within the form using the GIPHY API (required).
- Users are given the option to specify the author of the card.
- When the new card is successfully created, it appears in the grid of cards.
- Upvote Card
- Users can upvote a card.
- Update the vote count on the card tile when a user clicks the upvote icon.
- When the upvote icon is clicked the upvote count increases by 1.
- A user can upvote a card multiple times.
- Delete Card
- Users can delete cards.
- When the user clicks the delete button for a card, the card disappears from the grid of cards.
- Deployment
- Website is deployed via Render.
- VIDEO WALKTHROUGH SPECIAL INSTRUCTIONS: For ease of grading, please use the deployed version of your website when creating your walkthrough.
- Comments
- Users can add comments to cards.
- To successfully add a comment, users must specify a text message body.
- Users are given the option to specify the author of the comment.
- Users can view comments on card in a pop-up modal that displays the card's:
- Text message
- Gif
- Author (if specified)
- A list of the card's comments and each comment's:
- Message body
- Author (if specified)
- Users can add multiple comments to a single card.
- Dark Mode
- Users can toggle between light mode and dark mode using a button displayed on the:
- Home Page
- Board Pages
- When the button is clicked, the color theme switches to the opposite of the current mode.
- When dark mode is enabled:
- Text and icons use a light color
- The background uses a dark color
- Color contrast has at least a 4.5:1 ratio using this color contrast checker
- When light mode is enabled:
- Text and icons use a dark color
- The background uses a light color
- Color contrast has at least a 4.5:1 ratio using this color contrast checker
- The chosen mode (light or dark) persists when navigating from home page to board pages and vice versa.
- When the user first visits the site the theme defaults to light mode.
- VIDEO WALKTHROUGH SPECIAL INSTRUCTIONS: To ease the grading process, please use the color contrast checker to demonstrate to the grading team that text and background colors on your website have appropriate contrast in both light and dark mode. The Contrast Ratio should be above 4.5:1 and should have a green box surrounding it.
- Users can toggle between light mode and dark mode using a button displayed on the:
- Pinned Cards
- Users can pin a card to the top of the board.
- A Pin button is displayed on each card.
- When the user clicks the Pin button of an unpinned card:
- The card moves to the top of the grid view for that board.
- There is some visual feedback to indicate a card's pin status (e.g., a pin icon, a border highlight).
- The pin action is saved so that the card remains pinned after page refreshes.
- When the user clicks the Pin button of a pinned card:
- The card returns to its original position in the grid based on its creation time or to the end of the grid.
- The card's pin status (e.g., a pin icon or highlight) is removed.
- The unpin action is saved so that the card remains unpinned after page refresh.
- Pinned cards always appear at the top of the board, above unpinned cards.
- If multiple cards are pinned, they maintain their pinned order based on the time they were pinned.
- More recent pins should appear first.
- The pinned state of a card persists when:
- navigating away from and back to the board.
- refreshing the page.
(https://www.loom.com/share/6414d68de35042d789536f1c884752e0?sid=5012332b-fe97-4b7d-8709-b6864db92f94)
- 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?
I felt a bit unprepared to complete the dark mode setting for this week's assignment. It was like nothing I had ever done before in the course and had to do a lot of learning on my own.
- 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.
I think some of the components, like the forms, could've been reused and consolidated into 1 singular component, however, since I was building as I went I did not realize until I was done and didn't want to spend time trying to refactor the 3 forms.
- 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 actually had an issue with my database right before recording and I couldn't create any cards because it was saying it didn't recognize the pinned field in my table. However, I was able to reset the deployed database and fix the error.
- Add any links to open-source libraries used in your project. https://lucide.dev/
Give a shout out to somebody from your cohort that especially helped you during your project. This can be a fellow peer, instructor, TA, mentor, etc. Shout out to all of the cohort 2 staff. They were all very helpful this week and since I wasn't going to be in office on Friday they communicated with me very well what I would miss and such.