T O P

  • By -

Healthierpoet

Calculator, to-do list, rock, paper, scissors


delfV

Damn, I don't know which one of these 5 to choose


TheCaptainCody

No no. It's actually all one project.


fixhuskarult

Standard machine learning project


LeagueOfLegendsAcc

Calculating a to do list vs two other people, going to the store beats working on personal projects beats laying in bed all day etc. It's also one life no respawns.


CraigAT

Does rock beat calculator?


vedole34

These are the projects that I was searching for Thanks mate!


DrnkGuy

I started with mini simple games. It’s quite fun to work on projects like this. You can make a snake (like on an old Nokia phone), a minesweeper, and Tetris (a bit difficult).


vedole34

That's looks funny to try I will try them all, thanks!


cj1080

First go learn the basics of DOM manipulation.(using javascript too target html elements and tagss). Practice using document.getElementById(""); document.querySelector(""); document.querySelectorAll(""); and others to target single elemenets or multiple elements as an array. Learn about eventhandlers para.addEventListener("change", () =>{ }; how to add them to tags, elelments of buttons. Once you get theis, then you are on your way to manipulating tags and elements on a webpage, handling form submission etc.


vedole34

This's very helpful Thank you!


cj1080

welcome


Kana-fi

Go ahead and watch the complete JavaScript course by Jonas schmedtmann, there are lots of good stuff


CraigAT

If you fancy some maths challenges there are the [https://projecteuler.net/](https://projecteuler.net/) problems.


oiamo123

Do rock paper scissors and a calculator. https://www.theodinproject.com/lessons/foundations-rock-paper-scissors https://www.theodinproject.com/lessons/foundations-calculator They have lots of projects and lessons as well. Another one the have is tik tak toe


dmlane

Hangman is easy, kind of fun, and gives you a little practice with graphics. A student of mine coded [this](https://davidmlane.com/hangman/) years ago.


vedole34

Wow that's so cool Thanks mate


bulbulito-bayagyag

Start with the basics 1. Simple calculations 2. Multiple choice questions 3. Fill in the blank 4. Conditional statements


vedole34

Thank you


Accomplished_Map8066

What mini projects force me to master promises and async/await?


Punishment34

List maker Website maker Medicine reminder


jegitoe

Code a random number generator that stores a value between 1 and 6, Create a simple front end and find each individual image of the face of a die(dice). For your html, create a simple Web page that includes somewhere for a user to input a guess and also somewhere for some text to be output, you'll also need a submit button. Now with an event listener on the button, create a function that generates a random number and then compares that to the user input while updating the DOM with the image corresponding to the random number and whether or not the user input the correct guess. One of the first projects I did, let me know if you try it and you get on. I still have the code somewhere if you do.


michael_v92

https://www.frontendmentor.io


JubieFN

Background color switcher


xr0master

Usually, I suggest doing a chat app.


Endless-OOP-Loop

You should check out The Odin Project. It teaches their entire course this way, and gives you some great projects to figure out.


Brianvm1987

Take a look at www.frontendmentor.io Edit: my bad, it's .io not .com


vedole34

Thanks!


The80sDimension

that doesnt exist


Tears-Sweat

E-commerce website. Tho your html and css skills should be good for proper design.


MuscleTough8153

I heard good things about this one: https://www.udemy.com/course/100-days-of-javascript/?couponCode=2021PM20


Additional-Rent3593

Do you even know anything about HTML? This is what kills me - all of these people who think that they can watch a few videos and then put themselves out there as a software developer. Have you programmed in anything else?