Skip to content

juanprogram1/crud-note

Repository files navigation

CRUD-NOTE 📝

📝 A simple note application that allows users to create, edit, and delete

🔗 Link to the project

👨‍💻 For the project, I used the following technologies:

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

🚀 For the project, I used the following technologies:

  1. Clone this repository
git clone https://github.com/juanprogram1/crud-note.git
  1. Go to the project directory
cd crud-note
  1. Install the dependencies
npm install
  1. Run the project
npm run dev

project features

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

About

This is my app developed from 0 and without packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors