Project

Meal Planner (Kotlin)

Medium
56 completions
~ 22 hours
4.5

Aside from creating a practically useful tool, you will learn about relational databases, SQL, file operations, and arrays.

Provided by

JetBrains Academy JetBrains Academy

About

Every day, people face a lot of difficult choices: for example, what to prepare for breakfast, lunch, and dinner? Are the necessary ingredients in stock? With the Meal Planner, this can be quick and painless! You can make a database of categorized meals and set the menu for the week. This app will also help create and store shopping lists based on the meals so that no ingredient is missing.

Training project icon

Training project

This project allows you to practice and strengthen your coding skills, helping you get ready for more advanced tasks ahead.

What you'll learn

Once you choose a project, we'll provide you with a study plan that includes all the necessary topics from your course to get it built. Here’s what awaits you:
Create a menu that allows you to add new meals, show them, and quit the program.
Improve your program so that it stores all the meals in the database and allows you to access them even after you close and reopen the app.
Work on the “show” command: add the ability to display the meals by the chosen category.
It’s time to plan meals for the whole week! With the new "plan" command, your app should be able to help the user plan their daily meals based on the saved options.
Finally, your app should generate a shopping list containing all the required ingredients for the planned meals and save this list to the file together with the weekly plan.

Reviews

Chan Weng Kin avatar
Chan Weng Kin
3 months ago
Learned DB with SQL Lite, basic file systems, basic data structures to deal with data and output
Akbar Hamaminatu avatar
Akbar Hamaminatu
6 months ago
I have learned how to use ALTER TABLE, define a PRIMARY KEY constraint, apply consistency constraints, and insert selected rows in SQL to manage and maintain database integrity. Learn how to use the basic UPDATE statement in SQL, apply the FOREIGN KEY constraint to maintain relational integrity, and ...
Viktor Sobolev avatar
Viktor Sobolev
11 months ago
This project was a fun way to test out SQL knowledge alongside Spring Boot and file writing. It was a great project!

4.5

Learners who completed this project within the Kotlin Backend Developer (Spring Boot) course rated it as follows:
Usefulness
4.7
Fun
4.6
Clarity
4.2