Hey everyone, I've been diving into HTML, CSS, JavaScript, and React over the last few months. While I've grasped the basics pretty well, I still struggle to build an app from scratch. I'm looking for some project ideas that can help me level up my coding skills and gain practical experience. Any recommendations would be greatly appreciated! Thanks!
3 Answers
I actually run a project-based mentorship program. We guide developers through various projects. You might find it helpful to look into this link: https://github.com/Ace-Interview-Prep/atc-haskell-projects. While the projects aren’t with real users, they really help in recreating similar functionalities as our platform, which can enhance your learning.
I totally relate to your situation! I'm currently trying to build my skills too. Do you think a To-Do list app or a Portfolio site would be good starting points? They might seem basic, but they cover important concepts like CRUD operations and data handling.
Check out this GitHub repository with a curated list of project-based tutorials. You can choose whatever language you want to focus on, and it’s a great way to get hands-on experience with real projects! Here’s the link: https://github.com/practical-tutorials/project-based-learning.
Absolutely, a To-Do list is a classic for learning those skills! Plus, you can always add more features as you improve.