- 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
Desktop.2023.05.07.-.09.50.04.17.mp4
# 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