- "J'ai Faim, Je Mange" translates from French to English as "I'm hungry, I eat"; a sentiment that all people can relate to. To that end, this is a Python/Django web application for users to search, collect, and add their favorite recipes to share with others. From college students, working adults, to busy parents, this is the best application to find the perfect meal!
Click here to access the website.
- Click on "Login" to log in to the app if you're a returning user.
- Click on "Sign Up" to create an account if you're a new user.
- Once logged in, click on "Search Recipes" to browse our massive selection of recipes.
- Or, click on "Add Recipes" to add your favorite recipes!
- Click on any meal to access the recipe details. Then click on "Add to Collection" to favorite the meal or click on "Remove from Collection" to unfavorite.
- JavaScript
- HTML
- CSS
- Flexbox
- Git
- Python
- Django
- Heroku
- Bulma
- Have the "Add to Collection" and "Remove from Collection" buttons alternate depending on whether user has added or removed the meal from their profile.
- Add functionality to see and follow other users.
- Fix bug where recipes from the API show up twice after they've been favorited.
- Fix header to top of page.