All the Assignments Of the Nagarro Bootcamp are Present here.
Form - The Student Admission Form
Table- Html table.
Phonebook - A contacts directory made using postion sticky.
Hover Me Button - Translates in y direction , and applies a Shadow
Landing Page - A responsive landing page with animations and added responsiveness using CSS Grids and Flexbox
Portfolio - It is a personal portfolio project site using Html, Bootstrap Css.
Hosted at - www.indranilkar.ml
Todo List - It is a simple todo list app that where we can add, delete, edit.
Weather App - It is a web app which uses weather api to display the weather of a place. We can search for any place for which we want to see the weather. It also displays a preloader until it loads and When the browser loads up , it fetches the location of the user's device.
Screenshots
Blog App - It is a blog application which has all the blogs in categorical format, and we can perform all the basic CRUD operations over there.
- Install NodeJs
- Install mongodb
- Clone the Repo
- Open terminal and write
npm installAnd then write in the terminal..
npm startGo to the browser and type
This is the root route...
localhost:3000.
To display the blogs go to...
localhost:3000/blogs
There is a seed.js file .To seed default data into database. Remove the comment of seed() in the index.js file and run the server.

















