An open API service indexing awesome lists of open source software.

https://github.com/akkilesh-a/ejs-notes-application

A simple notes application with
https://github.com/akkilesh-a/ejs-notes-application

ejs ejs-templates

Last synced: 11 months ago
JSON representation

A simple notes application with

Awesome Lists containing this project

README

          

# 📒 NoteUp!

NoteUp! is a simple notes application that allows users to create, view, update, and delete notes. The application is built using HTML, CSS, EJS, and Express.

## ✨ Features

- 📝 Create a new note
- 📋 View all notes
- ✏️ Update an existing note
- 🗑️ Delete a note

## 🛠️ Tech Stack

- 🌐 HTML
- 🎨 CSS
- 🖋️ EJS (Embedded JavaScript templates)
- 🟢 Node.js
- 🚀 Express.js

## 🚀 Getting Started

To get a local copy up and running, follow these simple steps.

### 📋 Prerequisites

You need to have Node.js and npm installed on your machine. If you don't have them installed, you can download and install them from [here](https://nodejs.org/).

### 🔧 Installation

1. Clone the repo
```sh
git clone https://github.com/Akkilesh-A/Notes-Application.git

2. Navigate to the repo and install all node modules
```sh
npm install

3. To run the application locally
```sh
node app.js

4. if you're going to develop on top of it
```sh
nodemon app.js