On-screen text
Personal project roadmap that will get you interviews for software engineer internships/ jobs
(For web development roles)
bro...
@benjiro_is_me
Beginner projects
Not for your resume
To learn and understand the fundamentals
Restaurant website
Use this to learn HTML and CSS
It doesn't have to look good, it's just to get the basics down
Don't worry about JavaScript yet, get used to making designs
Rock paper scissors
Use this to learn the basics of JavaScript and DOM manipulation
To do list
I know it's a basic common project, but use it to learn more JavaScript features
Learn how local storage works and mess around with objects, and bonus if you try to do it OOP to get more experience
Tic Tac Toe
Use this to learn arrays/ lists properly
Weather app
CALABASAS
Another common project, but it's very helpful to learn how to fetch data for the first time
Learn how asynchronous data works, fetching data, JSON, the basics of requests and responses
To do list app (again)
Remake your to do list app but this time with React
You'll learn the basics of react and understand why we make frameworks/libraries
Try to mess around with npm packages too
Intermediate projects
If you're in your 1st-2nd year of university these could be resume projects
If you're 3rd year- new grad or boot camp you might have to make these more complex to make it resume worthy
E-commerce website
with react
Use a free API to get product data
START FOR FREE
Try to learn a bit of back-end with firebase to add cart functionality
But if you're really eager to learn, create the back-end yourself and learn a back-end language (Node for JavaScript) or a different language and a database
Chat app with react
My Chat App
Once again, a common project but it helps a lot to learn how the back-end works and web sockets
Make your own back-end for this
Advanced projects
These are complex enough to be resume worthy
They'll take the longest to finish, but make them the best you can
@frosty291
Shopify clone
Start from scratch or modify your e-commerce project
Add authentication and authorization
Add a CMS system where admins can add, delete, edit products
Add uploading image and video functionality with AWS S3
Add check out functionality with Stripe
Social Media Clone
Recreate a social media platform with most of its core functionality
Features like a friend system, real time chat, real time notifications, image and video upload, etc
@theheartandysamberg13
Good luck!
Like and follow for more