JavaScript Experience

Status
This thread has been locked.

Franix

Web Developer
Supreme
Feedback score
51
Posts
1,267
Reactions
620
Resources
0
Hey,

I'm trying to get some JS experience, but idk what to make. Hope some of you can come up with a beginner/intermediate project idea that I can try to make to learn some JS. Web related that is.

I have quite a bit of experience using NodeJS, so I know the basics, just trying to learn how to use it in websites <3
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Redshadus

Premium
Feedback score
2
Posts
76
Reactions
36
Resources
0
Make a weather website. Have the user input a city and fetch weather data from an API and display it onscreen.

This will make you familiar with API's and general use of HTML elements in JS
 

Franix

Web Developer
Supreme
Feedback score
51
Posts
1,267
Reactions
620
Resources
0
Make a weather website. Have the user input a city and fetch weather data from an API and display it onscreen.

This will make you familiar with API's and general use of HTML elements in JS
Thanks, this sounds like a good idea[DOUBLEPOST=1568480036][/DOUBLEPOST]
Make a weather website. Have the user input a city and fetch weather data from an API and display it onscreen.

This will make you familiar with API's and general use of HTML elements in JS
Very simple but it works :shrug:
https://gyazo.com/141ecda4b9b645398171274455b9f72d
 
Last edited:

Redshadus

Premium
Feedback score
2
Posts
76
Reactions
36
Resources
0
Thanks, this sounds like a good idea[DOUBLEPOST=1568480036][/DOUBLEPOST]
Very simple but it works ¯\_(ツ)_/¯
https://gyazo.com/141ecda4b9b645398171274455b9f72d

Good job! Now see if you can make a task list manager.

You basically show the user a list of tasks which they have to do today. They can add news tasks, delete existing tasks or edit existing tasks. If you're up for it, connect it with NodeJS to a database where you can store the tasks!
 
Status
This thread has been locked.
Top