This is a simple CRUD (Create, Read, Update, Delete) application built using Node.js and Express. The app allows users to add, edit, and delete items in a list. It uses plain HTML for views, with CSS for styling, and does not rely on EJS or any other templating engine.
- Add Item: Add new items to the list.
- Edit Item: Edit existing items.
- Delete Item: Remove items from the list.
- Responsive UI: Simple and clean design using CSS.
- Node.js: JavaScript runtime environment.
- Express: Web framework for Node.js.
- HTML: Markup language for creating web pages.
- CSS: Styling language for a modern and responsive UI.
Follow the steps below to run this application locally:
git clone https://github.com/your-username/crud-nodejs.git
cd crud-nodejs