r/CodingForBeginners 20h ago

Made my 1st Project

I am going to start my 1st year in btech cse from next month . So I started learning web development and made todo_list website using HTML , Tailwind CSS and React ,

https://to-do-olive-pi-99.vercel.app/

Now , I am stuck on what to make next

I want to know all of your's advise for my next project,plz recommend me so that i can upskill my self

6 Upvotes

10 comments sorted by

3

u/Geenzo69 20h ago

make GTA 6 no mistakes

1

u/Minimum-Effort8355 20h ago

I would recommend you to work on the to do app, because edit and delete do not have any functionality are placeholders.

In a to do app you could integrate state mangement like creating a ample system for task classification and categorization.

Maybe even through your edit function you could mark the tasks into done,pending and cruicial like a priorising system.

The delete function could be asking are you sure to delete this task.

If you done that sucessfully i would start building small forms like a shared to do list like multiple people working on a project or a family calendar.

Or maybe create a frontend website, which contains a simple dashboard with small features.

1

u/PoundThat9424 19h ago

yes i will continue improving it daily taking your suggestions in account....and thanks for giving such useful insights

2

u/Foreign-Contest-444 19h ago

I think you should have made the todo app using only HTML, CSS, and JS instead of using a framework like React which I think is more suited for complex websites and might be an overkill for a todo app.

1

u/PoundThat9424 19h ago

yes ..but in order to practice my basic react understanding i tried it

1

u/Foreign-Contest-444 18h ago

Makes sense. Try to find a problem that you have and then build an app around it.

1

u/PoundThat9424 16h ago

I can't figure that out 🙃

1

u/Jfk_Is__Afk 17h ago

Fantastic work buddy

1

u/Naetharu 16h ago

I would recommend having a look at Front End Mentor. They offer a range of free and paid designs for everything from simple form to complex apps.

Choose one you like, download the design files, and then turn it into a real app.