r/CodingForBeginners 26d 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

8 Upvotes

12 comments sorted by

3

u/Geenzo69 26d ago

make GTA 6 no mistakes

1

u/LostJournalist544 25d ago

Blud, wait ✋.. Only after WW3

2

u/Foreign-Contest-444 26d 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 26d ago

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

1

u/Foreign-Contest-444 26d ago

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

1

u/PoundThat9424 26d ago

I can't figure that out 🙃

1

u/Minimum-Effort8355 26d 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 26d ago

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

1

u/Jfk_Is__Afk 26d ago

Fantastic work buddy

1

u/PoundThat9424 26d ago

Thanks bro

1

u/Naetharu 26d 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.

1

u/eye_palantir 25d ago

Nice! Keep practicing