You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code a website that shows a form to add a contact and number in a list.
The list also has a delete action button.
There should be a search bar, searchable items are -> name and contact number.
The List is sortable on the name column.
Mock ui design was provided
Demo
Desktop.2023.05.07.-.09.50.04.17.mp4
Setup
# Install dependencies
npm install
# Generate the css in watch mode
npm run watch
# Build for production (production file -> src/index.html)
npm run gen_css
# View the page
Open src/index.html in a browser or view it using the live server