| Level Navigation: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19⚡ | 20 |
CHALLENGE LEVEL
User Story: As a developer, I want to implement advanced features so that I can create a more impressive and functional app.
Choose from these advanced challenges to extend your potluck app.
Complete at least 2 of the following challenges:
Remember that Level 16 (select dropdown) is also a challenge that you can implement!
Create another table that you think would improve your app (e.g., dietary restrictions, allergies, etc.). Decide on the columns yourself.
Style your app using CSS or Bootstrap to make it more visually appealing.
Add conditional styling based on the type of dish or other data.
Use elements other than <li> tags to display your items (cards, tables, etc.).
Break your app into smaller, reusable components with props.
Have an option to upload a file. Consider using Cloudinary and an “upload url”. This will take some research.