- HTML HTML markup language
- CSS Cascading Style Sheets
- JavaScript JavaScript programming language
- TypeScript TypeScript is a typed superset of JavaScript that compiles to plain JavaScript
- vite (build tool) vite is a build tool that makes it easy to build modern web applications using TypeScript, JavaScript
- vercel (hosting) vercel is a platform for building, shipping, and managing modern web apps and static sites.
- Clone this repository
git clone https://github.com/juanprogram1/crud-note.git
- Go to the project directory
cd crud-note
- Install the dependencies
npm install
- Run the project
npm run dev
Project Create a web application that allows users to create, edit, and delete notes with localStorage. The application have the following features:
- Create a new note
- Edit an existing note
- Delete a note
- Display all notes
- Sort notes by date
- Validate when adding and editing
- Reponsive web app