Inspiration

We were inspired by the common problem faced by students in managing their daily tasks and staying productive. Many students forget tasks or feel overwhelmed, so we wanted to create a simple tool that not only manages tasks but also provides helpful suggestions.

What it does

Smart Student Task Predictor is a web application that allows users to add, delete, and manage daily tasks. It also provides basic predictive insights and suggestions based on user activity to help improve productivity.

How we built it

We built this project using HTML for structure, CSS for styling, and JavaScript for functionality. We used browser local Storage to store tasks so that data remains even after refreshing the page. Simple logic was used to generate predictive suggestions and task insights.

Challenges we ran into

1.) Understanding how to store and retrieve data using local Storage 2.) Fixing bugs in JavaScript functions 3.) Making sure tasks do not disappear after refresh 4.) Implementing delete and update functionality properly

Accomplishments that we're proud of

1.) Successfully built a working task manager from scratch 2.) Implemented data persistence using localStorage 3.) Added predictive suggestions using simple logic 4.) Completed and deployed our first web project

What we learned

1.) Basics of web development (HTML, CSS, JavaScript) 2.) How to manage data using localStorage 3.) Debugging and fixing errors in code 4.) How to build and deploy a project on GitHub

What's next for Smart Student Task Predictor

1.) Add user authentication system 2.) Improve UI and user experience 3.) Implement advanced prediction using AI/ML 4.) Add reminders and notifications

Built With

Share this project:

Updates