DEV Community

jatin sablok
jatin sablok

Posted on

I am new in nodejs

I am begginer in nodejs and i made one project on it how i learn further and learn good practices..????????

Top comments (2)

Collapse
 
thejscode profile image
Jaskirat Grewal

I can give you an idea. Create a web application of a calculator which has different webpage for different operations. Create a login functionality which is needed before accessing calculator. Use express js to create the server. Further, save every operation in mysql database through forms in html and nodejs mysql library. Use jquery to retrieve the data from database as needed.

Collapse
 
mgce profile image
Mateusz Gajda

Make another project, read about what you don't know and repeat.