5 Javascript Projects to Build (For Beginners)

Поделиться
HTML-код
  • Опубликовано: 20 янв 2025

Комментарии • 411

  • @AndySterkowitz
    @AndySterkowitz  4 года назад +247

    If you're just starting out; did this video help give you a clear idea of what projects to build?

    • @Blecyn
      @Blecyn 4 года назад +8

      Yes🙋🏽 the video is very helpful and I like the projects you suggested. I am particular interesting in the finance tracking project. Lol I like the memory game project too. Thanks much Andy

    • @Steven-wo9bm
      @Steven-wo9bm 4 года назад +3

      Dude love your videos , you should give programming courses! Pleaseeeeee consider it :D

    • @sreeharimeledam1152
      @sreeharimeledam1152 4 года назад +2

      Very helpful thanks❤❤

    • @muhammadyasin6603
      @muhammadyasin6603 4 года назад

      Very Helpful tbh. thank you so much !!!

    • @sajeerp2934
      @sajeerp2934 4 года назад

      It's very helpful

  • @AlexHaxxz
    @AlexHaxxz 4 года назад +161

    These beginners projects really did help build momentum in my coding. They helped challenge me and got me more comfortable and confident with my coding skills. Now instead of intimidated I feel excited to start a new project.

    • @BusinessWolf1
      @BusinessWolf1 3 года назад +7

      Yo this feedback is so useful!! Thank you bro!!!!!

    • @yaredghost5021
      @yaredghost5021 2 года назад

      how you ain’t get stuck

    • @AlexHaxxz
      @AlexHaxxz 2 года назад +8

      @@yaredghost5021 I get stuck all the time, especially in the beginning, follow a tutorial...then rebuild it by yourself, look over the project you made the first time when you get stuck....start looking at what each line is doing...you will start noticing architecture patterns...example: you'll see where you need to make selectors or add event listeners and why. It's a process, bur you will consistently get better as you keep consistent.

    • @yaredghost5021
      @yaredghost5021 2 года назад +1

      @@AlexHaxxz you see my problem is, i can rebuild it myself the tutorials i have watched. i can even go on a week and rebuild it but, when it comes to building my own projects, i get stuck… i guess i’m good at logic thinking 🤦🏻‍♂️. thanks for the tips though.

    • @AdamCanDoIt
      @AdamCanDoIt 2 года назад +2

      @@yaredghost5021 Always build projects! I made this mistake, but when watching tutorials, start making projects. As soon as you learn a little about web dev, just start building stuff outside of a video or course. And if you get stuck, you can ask questions on Discord channels for web dev, or other places like that.

  • @Veianya
    @Veianya 4 года назад +128

    Good advice. I've been wasting too much time messing around with CSS lately. When it's the Javascript that I really need to be focused on.

    • @WithDeionB
      @WithDeionB 3 года назад

      how did learning go?

    • @despacitodaniel801
      @despacitodaniel801 3 года назад

      How did it go now?

    • @g.v.m7935
      @g.v.m7935 3 года назад +6

      I'm learning css and html now, but JavaScript is something I'm strugeling at but eventuelly when I get the logics down it will get better quick.

    • @yaredghost5021
      @yaredghost5021 3 года назад +4

      @@g.v.m7935 javascript hard asf 😭 i’m in the same boat as u

    • @sixstringscoder8412
      @sixstringscoder8412 3 года назад +5

      I found that my CSS got stronger as I got more into JavaScript, esp. JS that modifies the DOM.

  • @lollilolli4582
    @lollilolli4582 2 года назад +8

    You are my first mentor even before I actually started to code . I used to listen your channel content when I ran. Now I have 1-year of programming experience. I appreciate !

  • @raphaelchagas1676
    @raphaelchagas1676 3 года назад +10

    The to-do list was just perfect for me. I've been teaching for a while and stopped programming. I've recently came back to the game and noticed nearly forgot about everything. The to-do list really helped me remember about a lot of things.
    Thanks, friend.

  • @sv-hermes
    @sv-hermes 3 года назад +48

    This is great man!
    I'm so proud, it's been two weeks since I started learning JavaScript, yesterday I completed the Vowel Counting App, and today I did the Note Taking App (I had previous basic experience with Python), but really thanks for these great ideas!
    Although the design aspect is like... I'm leaving it for later haha, it doesn't look that good. But it works.
    Happy!

  • @jasonmurphy6253
    @jasonmurphy6253 4 года назад +69

    If you’re feeling up to it, a fun way to improve the note project is to implement a database, add some simple authentication, and design it so users can save their notes to their account. And add a share feature that allows them to share a URL that loads that note, which doesn’t require authentication and is non editable.

    • @ponderatulify
      @ponderatulify 2 года назад

      in memory?

    • @jasonmurphy6253
      @jasonmurphy6253 2 года назад

      @@ponderatulify if you want them to be able to share it with other users it will need to be managed in a database.

    • @Ikejosh9
      @Ikejosh9 2 года назад

      @@jasonmurphy6253 node js?

  • @beffjezos3911
    @beffjezos3911 4 года назад +99

    Woah no kidding i was just YouTubing how to get started with projects and bomb you release this vid

  • @jasurkurbanov5274
    @jasurkurbanov5274 4 года назад +11

    1. Todo App
    2. Expense App
    3. Note Take App
    4. Vowel Counter App
    5. Memory game

  • @hb15577
    @hb15577 3 года назад +11

    This is perfect all of these are at the right difficulty level where its hard enough that I'll learn something but easy enough that I can see the steps to take to get through it.

  • @sufalt123
    @sufalt123 3 года назад +95

    ive just finished my todo list 01/21
    ive just finished my expense app 02/5
    ive just finished my notetaker app 03/17
    ive just finished my vowel counter app 03/23
    ptsd: dont give up

  • @Hippyfishhikes
    @Hippyfishhikes 4 года назад +4

    I'm just at the cusp of changing my major to software dev... searching and stumbling to find your channel has been wonderful, your content is easily conveyed in a kind and humble manner. Thank you and keep up the great work!🙏🏼😊

  • @cedricmendoza8316
    @cedricmendoza8316 3 года назад +1

    You just reminded me of something I really needed. I've been following project based tutorials and there's something about it but I just didn't think it was helping much. Nothing better than getting your own hands dirty and have your own brain working.

  • @Castisto
    @Castisto 4 года назад +4

    liked them alot and helped me alot too. mostly getting rid of the 'fear' of making things. done all 5 of them in a week :) very nice to get suggestions from a reliable person like andy :) hope there is a follow up video for intermediate projects too

  • @TheTakenKing999
    @TheTakenKing999 3 года назад +11

    I love this video as a beginner. It's a really good place to get started with polishing the fundamentals little by little and since they are all related to some extent it also helps subconsciously revise what we already know. Thanks for this!

  • @DDDDDDDDDDDDDDDDDDDDDDDDDDDDD8

    This is actually my best downloaded video currently. Learned allot from the project. Thank you

  • @jbarx5435
    @jbarx5435 2 года назад +1

    Some of the best advice I have heard is to finish the project Completely! Make sure each project is 100% done. In past classes I have left projects almost done thinking I will come back to them. But I never do. I have completed 4 out of 5 of these projects completely with detailed comments on each one. I am about to start the memory app. I feel like I have real momentum and I feel like I can do this!!

    • @eXtaCisGr
      @eXtaCisGr 2 года назад

      Having trouble with the modal in the note taker app , could use some help...

  • @ianwithag
    @ianwithag 4 года назад

    i lost my job of 5 years last february. didn't want to go back to that industry so i'm taking up coding. this is the first of your video that i watched and it already gave me confidence. thank you, sir. i've subscribed and will watch more. cheers to 2021

    • @3opaH
      @3opaH 3 года назад

      How old are you? I am 38 mechanical engineer and i am thinking of doing the same... Learned Html and Css and going to Js now.

  • @coleanderson8242
    @coleanderson8242 3 года назад

    Was watching youtube tutorials and using google to learn c# and javascript. Ran across this video now I'm on the third application. Definitely helped get the ball rolling. Thank you, sir!

  • @xwmaxx05
    @xwmaxx05 2 года назад +3

    Thanks for giving out these nice videos for beginners. I wish someone like you had made this video years ago it would have saved me a lot of time. I got stuck in tutorial mode for so long cause I didn't understand what type of project I needed to do. Too large of a project felt overwhelm and projects I wanted to do felt difficult to start cause I didn't have these basic projects to learn the logic for bigger projects. Thanks again.

  • @ademineshat
    @ademineshat 4 года назад +9

    I like this Style. Challenges, apps, JavaScript 💪

  • @byedwardleung
    @byedwardleung 4 года назад +10

    very helpful tips Andy! Should do a follow-up video with source code after like 3 months or something, to see how we all did :)

  • @lisaseong
    @lisaseong 4 года назад +1

    i finished my js tutorial and was sitting here wondering what's next and i saw this video. super helpful! thank you!

  • @ariap9697
    @ariap9697 3 года назад

    My Favorite JS teacher, You are a real Teacher , since I learn from you I wanna introduces you with Feynman technique,hope It helps you Andy

  • @SabeDoesThingsChannel
    @SabeDoesThingsChannel 2 года назад +2

    Dude I love your videos and I'm watching so many of your videos on how to be a self-taught programmer mostly because I'm only 13 and it's not like I can just join something like collage that would cost like $200 a month to a year so you have helped me find things that help me learn to code all on my own thank you so much.

  • @Blecyn
    @Blecyn 4 года назад +31

    I’m yet to try my hands on java script. Still getting into Python. However, I am super happy to learn from what you have for beginners.

    • @ShadaeBalancesKnightAstro
      @ShadaeBalancesKnightAstro 4 года назад +2

      @Blecyn do you have any learning platforms, yt channels or books that you can recommend to me that are working well for you with Python? I’d appreciate any help you can offer.

    • @Blecyn
      @Blecyn 4 года назад

      Melissa Shadae’s Ascention Melissa Shadae’s Ascention currently using “Automate the boring stuff” and I plan to use “Learn python the hard way” next. I also follow 2 guys on RUclips here (freecodecamp and programming with mosh) They have lengthy python course that is very explanatory. Go to python.org too for other materials. (Please Andy, pardon my sharing this, here is me taking permission)

    • @tide7356
      @tide7356 4 года назад +3

      Anybody have ideas on python projects one can start with? I’m a beginner python programmer and would like to build something to consolidate my learning.

    • @Blecyn
      @Blecyn 4 года назад +3

      Teddy Banjo I believe you can build similar project as the ones Andy mentioned here.

    • @oscarmike1131
      @oscarmike1131 4 года назад +1

      Melissa Shadae’s Ascention freecodecamp has an amazing Python tutorial done by a guy called Mike on RUclips. Another RUclipsr called Tim ( ruclips.net/video/sxTmJE4k0ho/видео.html) does amazing Python tutorials as well. Highly recommend both. Python was my first language and it helped me a lot when it came time to learn the terrifying beast known as JavaScript lol

  • @johnbackman9641
    @johnbackman9641 4 года назад +3

    Started js yesterday, 4th chapter in head first book, this is awesome Andy :)

    • @AndySterkowitz
      @AndySterkowitz  4 года назад +2

      Cheers John! Definitely take a stab at these projects while you're going through the book.

    • @sagarsagi510
      @sagarsagi510 4 года назад

      Context implementation in React
      ruclips.net/video/g-rBjrVkpZg/видео.html

    • @awful999
      @awful999 5 месяцев назад

      how’s it going now

  • @CodeEnthusiast78912
    @CodeEnthusiast78912 2 года назад

    cant believe how much i learned from making a to do app. good advice. Now i'm going to do the other ones.

  • @vinniciusrosa8284
    @vinniciusrosa8284 4 года назад +11

    Thank you, from Brazil.

  • @killaburribo
    @killaburribo 4 года назад +9

    Thank you! Code along tutorials are nice, but projects will help me put stuff to actual use

    • @AndySterkowitz
      @AndySterkowitz  4 года назад +2

      Yup exactly! They’re important but so is putting what you’re learning into practice.

  • @bineetnaidu5146
    @bineetnaidu5146 4 года назад +40

    CONTENT IDEA --> Please can you make 5 Javascript Projects to Build (For Advance level || Intermediate level )....

    • @AndySterkowitz
      @AndySterkowitz  4 года назад +12

      Thanks for the suggestion. I’ll keep that in mind!

    • @Julio860JVL
      @Julio860JVL 4 года назад +8

      This same beginners projects. You could add more features to them.
      You can end up creating an amazing to do list that has a lot of features.
      Once you start coding, you will start going into advance without noticing.

    • @Jester2b04
      @Jester2b04 4 года назад

      Yes plz do 5 intermediate Javascript apps, I'm sure many people will be interested

  • @Sonu_Kr95
    @Sonu_Kr95 2 года назад

    Thank you for this video. I completed all these projects within 10days. Last one the memory game is very tough

  • @isaiparedes1172
    @isaiparedes1172 3 года назад +1

    Ive been watching tutorials for js and honestly I understand it but It takes me a long time. I honestly retain info and problem solve when I have a goal set in mind such as projects instead of “just learn”

  • @purplexionroblox
    @purplexionroblox 2 года назад +1

    The use of jQuery really helped me in the first project.

  • @tarun7617
    @tarun7617 4 года назад +5

    Andy !! Can you please make a video , on what kind of questions people ask in interviews ?

  • @kaushikiyer9470
    @kaushikiyer9470 4 года назад +2

    loved the content brother.....i have started learning javascript in the project based learning approach.

  • @kalbossa
    @kalbossa 4 года назад +8

    any tutorials on how to complete these projects? I am still too new to figure it all out

  • @dylanthony1
    @dylanthony1 3 года назад +2

    Learning the basics of bootstrap would be good for these tiny projects, as you can whip up a quick style and format so you can spend a lot of time with the javascript

  • @7uc4s
    @7uc4s 3 года назад

    Wow.. this is a new concept of "Project for Beginners".. because, for whom is starting recently in JS, this is actually very challenging... which is good, and I think is the right way of learning.

  • @Salah-YT
    @Salah-YT 3 года назад +1

    thank u so much ill try my best from the first one thx

  • @sbtoolman12123
    @sbtoolman12123 2 года назад +1

    When i work on coding and things keep going wrong, i like to remember a quote from Thomas Edison when he was asked if it was true that he failed 1000 times to which he responded. "I didn't fail, i just learned 1000 way how NOT to make a lightbulb. That always makes me feel a little better.

  • @suyashrahatekar4964
    @suyashrahatekar4964 3 года назад +1

    Watched to-do list tutorial from Dev Ed and then I built a calculator and I m so proud right now.

  • @Jester2b04
    @Jester2b04 4 года назад +1

    Excellent video ! I needed this. My brain is too fried from learning too much at once to come up with any project ideas at the moment.

    • @BrianKarmo
      @BrianKarmo 2 года назад

      @@danjoredd That is simply Genius, how did your brain even come up with the ideal that it can actually store a list of projects to do? are they numbered as well, like for example 1#,2#,3# and so on and is the projects in detailed descriptions or is it bare min memory type?

  • @husseindhooma5816
    @husseindhooma5816 4 года назад

    Hey Andy thanks for the brilliant content, man those apps look so simple, but the complexity behind it is major. Thank you once again really appreciate your info man.

  • @kentmiggalen9756
    @kentmiggalen9756 3 года назад

    hello andy 2021 guy here when you were talkin about projects and fun stuff's i feel something inside me that excites me i don't know what is that, then i checked your channel your latest upload is 2 month's ago, upload more videos like this.

  • @lungaarsenio1791
    @lungaarsenio1791 3 года назад

    It's my first time watching this channel and i really like it

  • @tharushathejan3691
    @tharushathejan3691 3 года назад +1

    Best way to learn is doing projects. Thank you man❤️

  • @CraftMuseumrmps
    @CraftMuseumrmps 3 года назад

    It Helped Alot " THANK YOU SO MUCH ";
    Please Make More Videos On This Topic;
    I'm started javascript over a month and i did not know how to apply whatever i learned.

  • @akashgovindabhat8947
    @akashgovindabhat8947 3 года назад

    I finished the To Do list project in or about a few days. It feels so easy now when I do more and more projects

  • @BeckyAlter
    @BeckyAlter 2 года назад

    Andy- 2 questions:
    1. Are you still taking on new 1-on-1 clients?
    2. I got the book you suggested and it’s awesome! Just now starting to learn about the DOM. When should I start working on these projects you’ve laid out? Honestly I don’t think I know enough yet to start doing them.
    Thanks!

  • @nitin3863
    @nitin3863 3 года назад

    This video is really helpful, love the way you gave hope for learning javascript and the project ideas are amazing........ Can't stress that enough.

  • @BalpreetDhillon
    @BalpreetDhillon 2 года назад

    Great projects, theses really are getting me more comfortable with using javascript

  • @KGcodes
    @KGcodes 4 года назад +2

    Great suggestions! I’m definitely a proponent of building real projects along with your learning. There are certain things you only learn from doing.

  • @MissoyKE
    @MissoyKE 2 года назад +1

    Defn gonna subscribe

  • @pilloIMNG
    @pilloIMNG Год назад

    Great tips, thanks a lot, this is what I need to practice my knowledge!

  • @SothearithKONGMrMuyKhmer
    @SothearithKONGMrMuyKhmer 2 месяца назад

    Interesting! Thanks for sharing this helpful information! 🎉

  • @jamescastle9953
    @jamescastle9953 4 года назад +1

    Your video’s are awesome, so much better then paying for udemy courses which are sometimes out of date and narrated by a really unenthusiastic voice which sends you to sleep. Cheers mate.

  • @AdamCanDoIt
    @AdamCanDoIt 3 года назад +5

    Started: 6/14
    Finished to do list: 6/15
    Finished Expense Tracker: 6/15
    Finished note taker: 6/24
    Finished vowel counter: 6/27
    Finished Memory game: 6/28
    2 Weeks!

    • @karandhaliwal8213
      @karandhaliwal8213 3 года назад

      what method did you use with the todo list

    • @ClipFrenzyZone
      @ClipFrenzyZone 2 года назад

      How did you know what to syntax to use and method?
      what is the structure without copying?

    • @AdamCanDoIt
      @AdamCanDoIt 2 года назад

      @@ClipFrenzyZone I kind of just started coding it from scratch. I didn't use any templates, but first I took a course (Colt Steele's web development BootCamp). I'd recommend learning HTML, CSS, and JS a little first, and after you know the basics, move into these projects. Colt Steele has a quick RUclips course on web dev too. Let me know if you have more questions! These use basic Dom manipulation, but you need to learn that a little first.

  • @ankitsonekar3834
    @ankitsonekar3834 3 года назад

    I am gonna try this, thank you for your help

  • @shashankthapa659
    @shashankthapa659 2 года назад

    Loved ur content and thanks for the suggestion. I would definetly try it

  • @oskp2
    @oskp2 3 года назад +1

    what mic do you use? great video btw, thanks!

  • @simsationelle
    @simsationelle 3 года назад

    Omg i have been stuck on what to make and you helped

  • @unacakane1247
    @unacakane1247 4 года назад +1

    Yes, very helpful and needed ideas coz I was struggling with this step.I liked videos. Wish to have more .Thank u!

  • @Refoundsound
    @Refoundsound 3 года назад

    Thank you. I am looking at doing a boot camp, but I am going to start coding by using some of the instruction you provide in your videos.

  • @andress9780
    @andress9780 4 года назад +5

    Great video! More projects please!

  • @FagnerSerrano
    @FagnerSerrano 4 года назад

    Thanks Andy. I really appreciate your help on try to make us better softdevers.

  • @NurFarahana
    @NurFarahana 4 года назад

    Excellent video for me who just starting

  • @franmesonero9592
    @franmesonero9592 4 года назад

    I just did them all. Another video like this would be very helpful

    • @khadiii60
      @khadiii60 3 года назад +1

      Please share code

  • @mikevinturner
    @mikevinturner 3 года назад

    Thanks Andy, I will make all of these!

  • @nurudinmudhir9337
    @nurudinmudhir9337 4 года назад

    Super helpful I didn't know where to start or what to practise on!

  • @patriciajackson6057
    @patriciajackson6057 4 года назад +2

    Right on Time!!! Thank you for this!!!

  • @azamatkozuaidarov5183
    @azamatkozuaidarov5183 2 года назад

    keep it up dont listen what people say even if its simple theres milion people in this world

  • @aungpyaephyo2823
    @aungpyaephyo2823 4 года назад

    Thanks a lot Andy!
    This video is very effective on me.

  • @sivanagarajapakalapati8162
    @sivanagarajapakalapati8162 4 года назад

    nice and simple projects to beginners and all your words are like a sort of confidence boosters........THANK YOU

  • @shubhamnagpal569
    @shubhamnagpal569 3 года назад +1

    hi, I completed the to-do project, and also expense app is almost complete though I have one problem with the expense app. when I input the values in the row that I had created it is entering the value in the same row again n again. if you can tell me what to do.....

  • @MyGURUPREET
    @MyGURUPREET 3 года назад

    Yayyy...I was finding something like this who can guide me which things focus on ,while learning JS and which projects can be useful for me,Subscribed your channel and I really hope that we can connect if anytime I need a mentor Guidance,I will be thankful if you will reply to my queries.

  • @waynetucker9245
    @waynetucker9245 2 года назад

    What kind of project are ideal for a full-stack portfolio. Just tying to get an idea. I don't want it to seem like I just completed a bootcamp.

  • @Blecyn
    @Blecyn 4 года назад +3

    Thanks for this tips, as per trying to make it work and not looking at beauty and looks.

    • @AndySterkowitz
      @AndySterkowitz  4 года назад +4

      Styling is always something you can come back and work on later. Getting it to "work" is priority number one.

  • @jaydenmoon1165
    @jaydenmoon1165 4 года назад

    Thank you Andy for all your videos - you have a really awesome attitude and are very helpful - thank you again 🤗

  • @katongoleisaac2007
    @katongoleisaac2007 3 года назад

    God Bless you for the great work you do. Am actually a JavaScript beginner.

  • @thilakamn575
    @thilakamn575 3 года назад

    Its very helpful video. I will start doing these projects. Thank a lot

  • @g.v.m7935
    @g.v.m7935 3 года назад

    These projects are really cool for learning.

  • @mathiauskalanda9377
    @mathiauskalanda9377 3 года назад

    Thanks so much...this has really helped me

  • @Cody_OConnell
    @Cody_OConnell 3 года назад

    Your audio is really good! What microphone and processing are you using? Great video.

  • @lukemcconnell7671
    @lukemcconnell7671 4 года назад +1

    Good stuff. You should make a video on suggestions for 5 intermediate projects.

  • @ferfykins
    @ferfykins 4 года назад +1

    Excellent ideas, thanks Andy!

  • @seetsamolapo5600
    @seetsamolapo5600 4 года назад

    Thanks man I've beeeeen waiting on this 🙏

    • @seetsamolapo5600
      @seetsamolapo5600 4 года назад

      By the way is knowing html a deep prerequisite for learning javascript. I just know about a couple of head tags and body tags...but haven't finished the freecodecamp html tut for desire to get working on JS projects as I've done all beginner python and trying to learn js via projects.
      Thanks again for the video. Well appreciated

  • @kelofarrar
    @kelofarrar 3 года назад

    Great project ideas!!

  • @mariadc3917
    @mariadc3917 3 года назад

    Omg I'm so excited, even though I'm a beginner 😅
    Thanks u so much :)
    🇵🇪

  • @manuelgallardo1441
    @manuelgallardo1441 2 года назад

    @Andy what was that book that you brieftly mentioned? I am in week 3 of 4 of a front end dev course... want to keep that momentum.

  • @vaniad555
    @vaniad555 3 года назад +2

    There is no way I will hard code 1 500 lines of code on my own, or create about 10 components ..etc. and I found when starting with js as a beginner knowing css on the same level is very helpful for your future as a developer. Css styling is just the beginning, simply put most goes together.

  • @basedpatriotLT
    @basedpatriotLT 3 года назад

    What projects you shouod be able to do at a bit higher level, those that will land you junior job?

  • @NetMistro
    @NetMistro 4 года назад

    Great video. Just what I was looking for.

  • @scottym50
    @scottym50 3 года назад

    Great video, great tips.
    Thank you so very much.

  • @toastchan
    @toastchan 4 года назад +1

    I haven't had a job since May and want to get into coding for job security. 😬 Thank you for this 😅

  • @sharriceowens913
    @sharriceowens913 4 года назад

    ok so for the most part my todo list looks like yours but how do i get it to print out the list below the text box instead of above it, and how do i get the Done button to print out next to the list?

  • @BusinessWolf1
    @BusinessWolf1 3 года назад +1

    Thanks, man!

  • @teamoutsiders1864
    @teamoutsiders1864 3 года назад

    should we be adding save functionality? because i dont know how to do that but should i know how or is that more advanced

  • @slipstream01
    @slipstream01 2 года назад

    Great intro for the video.. i am one of aspiring developer. Just finished a 69 hrs of Javascript course. By Jonas on Udemy. The course had everything covered with JavaScript. But i realised that i need to knw how to build projects on my own or with some help. Hence im going to try to build some simple projects. Thanks for the video please advice any tips and points more if you have thanks.

  • @chinonsoosigwe8990
    @chinonsoosigwe8990 4 года назад

    Thanks so much. Do you have reference to these projects you mentioned?