Skip to content

The Notes App project is a great way to learn and practice essential front-end development concepts using pure JavaScript, without relying on external libraries or frameworks.

Notifications You must be signed in to change notification settings

YasmimRodrigues/Notekeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📒 Notes App

This project is a simple notes app developed with pure JavaScript, demonstrating basic CRUD (Create, Read, Update, and Delete) operations. The app allows users to create, view, edit, and remove notes directly in the browser.

🛠️ Skills Acquired:

Pure JavaScript: Working with JavaScript without external dependencies.

🖥️ DOM Manipulation: Interacting with HTML elements to update the user interface.

🔄 CRUD Operations: Implementing basic data manipulation operations.

💾 Local Storage: Saving data in local storage for note persistence.

⌨️ Event Handling: Managing user interactions (clicks, keyboard inputs).

📱 Responsive Design: Creating an interface that adapts to different devices.

This project is an excellent foundation to learn more about front-end development and client-side data handling.

About

The Notes App project is a great way to learn and practice essential front-end development concepts using pure JavaScript, without relying on external libraries or frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published