Inspiration

We wanted to do a beginner level project since all of our experience levels differ, so we decided to do a program in the C language since most of us know C.

What it does

There are three different options to choose from: the alarm, timer, and to-do-list. The alarm takes in user input for the time the user wants to stop studying at and then goes off at that time. The timer starts and then stops when the user inputs the letter 'q' and then prints the amount of time the user studied with the timer. The to-do-list has users either enter items for the to-do-list, print the list, or cross out items on the list.

How we built it

We built it in the C language and used Replit to collaborate.

Challenges we ran into

We had issues with getting the timer function to work.

Accomplishments that we're proud of

We are proud that we got the timer function to work. Towards the end of the project we were going to scrap the idea of the timer and just leave the alarm and the to-do-list. After a lot of debugging, we managed to get the timer working.

What's next for Study App

We would like make the study app in Dart to make it into a mobile app. Additionally, we would like to make a pause function for the timer.

Built With

  • c
  • replit
Share this project:

Updates