Introduction
Whenever you're thinking about getting better at coding, there are plenty of options to do so. You can read dev articles or go through an endless loop of tutorials, courses, videos, and books but the actual key is in transitioning from learning to hands-on coding, and trust me, there is no better way than applying all the concepts you've learned so far via project-based learning.
I, myself, am a Software Engineer with 8+ years of experience and I went through sending a crazy amount of CVs, dozens of interviews, and especially now, when getting a job as a Frontend/Web Developer is trickier more than ever, I can't recommend building your own projects enough.
To stand out among the crowd, I'll describe 10 projects, each with a unique design, requirements, and skills you can grasp to build your portfolio and actually build things that can impact your progress as a Dev!
Additionally, each of the projects comes with predefined implementation cards that can help you feel like a real Developer working in an Agile environment with user stories and acceptance criteria while also supporting with planning of the project itself.
Business Card
Good intro warm-up to dive into Web Development.
You will learn about basic HTML and CSS, responsive design principles, and an introduction to personal branding online.
Cards
- UI Container
- User Contact Section
- User Image
- User Info Section
- Absolute-Positioned Shapes
- Animations
Additional resources
The Veggie King
A classic CSS RWD Landing Page style, feel the media queries!
You will learn advanced CSS techniques, CSS Flexbox/Grid, and how to create a responsive and attractive landing page.
Cards
- Navigation
- Hero Section
- About Us Section
- Menu Section
- Gallery Section
- Contact Section
- Footer
- Hover Effects
- Mobile Menu
- Responsive Web Design
- Optimization
Additional resources
Calculator
Let's learn more about JS, logic, pure functions, and a bit of math operations.
You will learn JavaScript fundamentals, DOM manipulation, and event handling to create interactive web applications.
Cards
- UI Container
- Input Numbers
- Math Operations
- Clear and Reset
- Previous Operation
- Light & Dark Mode
- Edge Case Handling
Additional resources
Just Weather
This project type has been used so many times for an interview take-home challenge, worth doing it at least once!
You will learn to fetch data from external APIs, asynchronous JavaScript (Promises, async/await), and display dynamic data on the web.
Cards
- API Configuration
- Search Bar
- Location and Temperature
- Hourly Forecast
- Weather Details
- Location Access
- Temperature Unit Switching
- Recent Searches
- Skeleton Animation
- Error Handling
Additional resources
GifTok
More APIs, pagination, infinity scrolling.
You will learn how to work with media-rich APIs, implement pagination, and ensure a mobile-friendly UI.
Cards
- API Configuration
- Display First GIF
- Swipe Next
- Swipe Back
- Infinite Swiping
- User Details
- Skeleton Loading
- Desktop Version
- Edge Cases
Additional resources
Notely
Another classic, todo app style, if you haven't created one yet, it might be a good time now!
You will learn CRUD operations, state management, and the principles of immutable programming in a modern JavaScript framework.
Cards
- Navigation Placeholder
- New Note
- List Notes
- Edit Note
- Delete Note
- Complete Note
- Search Notes
- Filter Notes
- Completed Notes
- Empty State
- Fields Validation
- Persist Storage
Additional resources
Color Memory
Always good to create a game and have a high-level picture for componentization, and structure.
You will learn logic building in software development, maintaining application state, and user interaction handling.
Cards
- Circle-shaped Component
- Home Page
- Gameplay
- Game Over Modal
- Best Score
- Game Rules Modal
- Sound Notifications
- Responsive Web Design
- Edge Cases
Additional resources
AI Post Generator
Fancy, modern trend with AI, right? Awesome opportunity to understand one of the most popular available APIs.
You will learn to interact with AI through APIs, understand how prompts work, and build a tool with real-world use cases.
Cards
- API Configuration
- UI Container
- Social Platform Selector
- Message Textarea
- Tone and Style Selectors
- Generate Post Button
- Generation Phase
- Buttons Logic
Additional resources
Level Editor
It's like your first "mini Photoshop tool" π There are plenty of "no-code" apps these days in a similar style.
You will learn how to implement drag-and-drop functionality, asset management, and the basics of game-level design and UX/UI considerations.
Cards
- UI Container
- Asset Drawing Mechanism
- Quick Asset
- Undo Feature
- Eraser Tool
- Zoom Capability
- Settings and Export
- Grid Resizing
- Persistence of Level
Additional resources
Any Chat
Mastering the full flow of Frontend and backend, sockets, and broadcasting of events is such a useful skill set.
You will learn Full-stack development including server-side programming, real-time data handling, and database management.
Cards
- Onboarding Page
- Enter Chat Page
- Node.js Server
- Chat Page Header
- Chat Window
- Chat Page Footer
- Message Sending
- Emoji Support
- Connections and Disconnections
- Edge Cases
Additional resources
Summary
Experiment with technologies, frameworks, and libraries, create your own creative variations and see what clicks for you the most. I'd definitely recommend expanding your skills beyond HTML/CSS, adding more JS, and logic, working with API as well, some popular frameworks like React/Vue/Svelte, and diving into Node.js/Express to understand how the full Frontend <-> Backend flow works.
Create outstanding projects and I keep my fingers crossed for incoming successful interviews, just keep coding BIG.
It's been my goal for a long time to spread a project-based learning approach through the community and having BigDevSoon up and running, an app we've been working on for the last 2 years is a great achievement to us.
If you enjoyed the writing, feel free to spread the word! β€οΈ
Top comments (23)
Please check out my build of the MacOS on the web
quanla.github.io/macos-demo/
Really nice wish you add full screen mode
You can always run your browser in fullscreen mode by yourself. But yeah, that is a nice suggestion. Also, while running the demo, you can run the apps in fullscreen mode
I built Netflix Clone and honestly, I was able to learn a lot from it.
Wow that's beautiful, was it a fullstack or only frontend, you can send the GitHub repo to me because that will be amazing bro π
Sure :)
Very interesting, tempted to pick a project and start on it, but not quite sure about the benefits, speaking as an experienced developer that is interested in side projects to expand the skills - but also don't want to waist time on things that have no real use...
Well look at it this way, it never hurts to look at others perspective when building apps.
No one is saying this is the ONLY way, just an interesting thread imo.
Thatβs true in general. Projects are more targeted to Aspiring Developers hence the β#beginnersβ tag, they can overcome that fear of procrastination and transform collected knowledge in the project-based approach to feel a sense of achievement. As per Experienced Developers benefits go, at this point Iβd say it could be mentoring/coaching/reviewing solutions e.g. on Discord and showcasing your own high-quality code as a solution, creative variations, implementing e2e tests, or anything to put in the portfolio and stand out for the employers. βΊοΈ
I looked over the list, and while there are only a few items on it, it is quite interesting.
I think there will be demand for coding tests from companies as traffic increases.
Thanks for sharing ,
here another project you can learn from it's Mern-stack React.js Redux Node.js :
github.com/idurar/idurar-erp-crm
I have done a lot of these and struggled through them. I hate it at the time, but when I go to the next project I can at least remember how to google the problem I was stuck on. Learning by doing really is the best way!
Hey, great call out here. Definetly some projects I'd love to work through as a refresher!!
Great job!!
Thank you for sharing.
Thanks a lot for sharing such information here with us. Well, in my opinion there can be few more in this list such as social media platform, blog platform and to-do list application.
Thanks
You're welcome! Yeah, we have a social media platform and a blog platform on our list. The to-do list is kinda the Notely project already so we most likely will skip that one but the other two are definitely great projects to build your coding skills.
Those are all great projects.