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
- Host: GitHub
- URL: https://github.com/akkilesh-a/ejs-notes-application
- Owner: Akkilesh-A
- Created: 2024-01-29T18:15:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T16:35:26.000Z (over 1 year ago)
- Last Synced: 2025-01-13T23:18:00.685Z (12 months ago)
- Topics: ejs, ejs-templates
- Language: EJS
- Homepage: https://notes-application-x0a8.onrender.com
- Size: 1.64 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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