Inspiration
Every time my schedule changed or have something comes up a certain day that changes my plan I ended up having to spend a lot of time having to plan everything out all over again. I thought it would be nice to have an app that does that work for you or at least provide a template where you can edit
What it does
it takes in multiple time slot variables such as sleep schedule and work hours than returns a schedule
How we built it
we used bootstrap to set the front-end of the application and used python to code the back end where we converted pdf to json and fed the data to Gemini API
Challenges we ran into
The toughest part of this project was linking the front-end and the back-end there were multiple problems that arose regarding using the variables from the front-end to the back-end as that process required knowledge we didn't have yet.
Accomplishments that we're proud of
The front-end of the interface looks great, especially with the time we were given to develop it. The regex we used to pull the data from the .json file demonstrated what we learned from our classes.
What we learned
We learned that before doing anything with the project we must think of who is going to do exactly which part of the project and if we are working on different parts of the project we should write the imports for libraries and such somewhere so we don't get confused later
What's next for TaskLcoker
We were thinking of linking another API such as the Google calendar to the application where it would edit your calendar on top of giving you a logical schedule.
Log in or sign up for Devpost to join the conversation.