Skip to content

fatkhurrhn/simple-crud-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Application with Node.js

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.

Features

  • 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.

Technologies Used

  • 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.

Installation

Follow the steps below to run this application locally:

1. Clone the repository

git clone https://github.com/your-username/crud-nodejs.git
cd crud-nodejs

About

This is a simple CRUD (Create, Read, Update, Delete) application built using Node.js and Express.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published