Posts

Responsive layout

Image
 Design the following Responsive layout using HTML & CSS and check its view in Tab and mobile

Assignment-16(Todo app with state management)

Image
 Create 3 components ( AddTodo , ToDoList and ToDoCount ) and nest them into Root component. Whenever a new Todo item is added, it should appear in ToDoList component and count need to be updated in ToDoCount Component without page refresh.(Use BehaviourSubject for angular app / Redux for React app)

Assignment-15

Image
 Make an API call to   https://jsonplaceholder.typicode.com/users    and get data to a component. Post names of users into a dropdown and by selecting the name of a specific user, it should display the data of that user as a list below it.

Assignment-14

Image
 Design the following Responsive web page

Assignment-13

Image
 

Assignment-12

Image
 Design the following forms using Bootstrap v5 Form-1 Form-2

Assignment-11

Image
 Create the following vertical and horizontal cards using bootstrap v5 When we hover to the cards, they should zoom with shadow effect  like below No hover effect is required for this. Just create it as horizontal cards