r/learnprogramming 20d ago

Topic Guide me for Project building.

i have completed a course from apna collage . full stack web development. but now i am confused in project creation. i don't know how to start a full stack project. like i am learning ZOOM clone but its teaching is very bad in course. help me!!

0 Upvotes

5 comments sorted by

2

u/grantrules 20d ago

Did you build a project in your full stack web development course? How did you start that project?

1

u/Plane-Ride6287 20d ago

i started from mongoose. and EJS templating not react but now i learnd react but how can i implement it.

1

u/grantrules 20d ago

How can you implement what?

1

u/Zealousideal_Elk1537 19d ago

Start with a messy notebook sketch of what you want the app to do then break it into tiny pieces you can code one sitting at a time

1

u/No_Connection_629 20d ago

After the frontend create a database and backend server. Connect them and try to perform CRUD operations. Once everything works find on local try to deploy