Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.68 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.68 KB

NTI Tasks

GitHub issues GitHub forks GitHub stars

About

This repo contains solutions of all tasks done during NTI internship

Technologies

  • Nodejs
  • MongoDB
  • JavaScript DOM
  • Handlebars (HBS)

Tasks details

Every folder is a task done during certain interval of time

Task1 - is about JavaScript DOM so you can train your JavaScript DOM skills and learn how to use it by adding some elements to the page and removing others So you can control all elements using JavaScript DOM

Task2 - is about command line arguments in Nodejs and how to write them and expect to get it in your code and how you can handle any errors that may come from it

Task3 - is a simple project using Nodejs as a backend and Handlebars as a templet for HTML as a frontend and make it dynamic so you can add new clients and transactions and see the changes in the page

Task4 - is to use MongoDB in Task3 instead of writing in json file so you can deal with data in MongoDB and not in json file which is done in real life applications

Task5 - is to use Mongoose in Task1 instead of writing in local storage so you can deal with data in MongoDB and not in local storage which is done in real life applications