Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pakagronglb/crud-note-taking-app
A simple and efficient note-keeping application built with CRUD system (Create, Read, Update, Delete) using vanilla JavaScript.
https://github.com/pakagronglb/crud-note-taking-app
crud html javascript notes
Last synced: 2 days ago
JSON representation
A simple and efficient note-keeping application built with CRUD system (Create, Read, Update, Delete) using vanilla JavaScript.
- Host: GitHub
- URL: https://github.com/pakagronglb/crud-note-taking-app
- Owner: pakagronglb
- Created: 2025-02-07T03:47:37.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-02-07T03:54:31.000Z (4 days ago)
- Last Synced: 2025-02-07T04:26:34.551Z (4 days ago)
- Topics: crud, html, javascript, notes
- Language: JavaScript
- Homepage: https://crud-notekeeper.vercel.app
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 CRUD Note Keeper
![CRUD Note Keeper](./crud-notetaking.gif)
A simple and efficient note-keeping application built with CRUD system (Create, Read, Update, Delete) using vanilla JavaScript.
## 🌟 Features
- Create, Read, Update, and Delete notes
- Persistent storage
- Fast performance with Bun runtime
- TypeScript support
- Notelist
- Light and Dark theme toggle## 📦 Prerequisites
- [Bun Runtime](https://bun.sh) v1.2.2 or higher
## 📥 Installation
1. Clone the repository:
```bash
git clone https://github.com/pakagronglb/crud-note-taking-app.git
cd crud-note-taking-app
```2. Install dependencies:
```bash
bun install
```## 🛠️ Development
This project was created using `bun init` and uses [Bun](https://bun.sh) as its JavaScript runtime. Bun is a fast all-in-one JavaScript runtime that provides excellent TypeScript support out of the box.
## 🤝 Credits
This project was inspired by [CodeWithSadee's tutorial](https://www.youtube.com/watch?v=aKP5610AEM4).
## 📝 License
[MIT License](LICENSE)