Js. Projects

Dice Roll project

JavaScript project allows users to simulate rolling dice. When the user clicks a button, a random number between 1 and 6 is generated, representing the face of a dice. The corresponding dice image is displayed

Modal

Deliver A small and concise project that demonstrates the implementation of a modal component using pure, or vanilla, JavaScript. The project focuses on creating a modal window that can be used for displaying overlay content

pagination

This vanilla JavaScript project implements pagination functionality for a list of data. It provides a user interface with first, previous, next, and last buttons to navigate through the pages. Each page displays 10 data items, allowing users to easily navigate

Form Table

This vanilla JavaScript project implements form table functionality for a list of data got from form. It provides a user interface with firstname, lastname, age, and speciality and a submit buttons with table. it also uses localstorage and implemented with good practices