DEV Community

Discussion on: I am new in nodejs

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.