This project is a simple File Management and Notes App built using HTML, CSS, and JavaScript. It provides a user-friendly interface to manage files and notes, making it easy for users to store, edit, and delete their notes. It mimics the basic functionality of file management apps and note-taking platforms, ideal for small projects and micro-applications.
- Add Notes: Users can create new notes with titles and content.
- Edit Notes: Modify existing notes.
- Delete Notes: Remove any note from the list.
- Basic File Management: Create and manage file-like entities for each note.
- Persistent Storage: Notes are saved in the browser's local storage to maintain data across sessions.
- Responsive Design: The app is designed to be responsive, adjusting to different screen sizes, including mobile and desktop.
- HTML5: Markup for structuring the app.
- CSS3: Styles for the layout, design, and responsiveness.
- JavaScript: Logic for adding, editing, and deleting notes, as well as handling local storage.
-
Clone this repository to your local machine using the following command:
git clone https://github.com/your-username/file-notes-app.git
-
Navigate to the project folder:
cd file-notes-app -
Open
index.htmlin your browser to run the app.
- Create a Note: Click the "Add Note" button, type a title and content, and click "Save" to create a note.
- Edit a Note: Click on the note title to open and edit its content, then save the changes.
- Delete a Note: Click the delete icon (trash can) next to a note to remove it.
- Responsive Design: Resize the browser window or open the app on different devices to see the responsive layout in action.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes and commit them (
git commit -am 'Add feature'). - Push to your branch (
git push origin feature-branch). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by various note-taking and file management applications.
- Thanks to open-source communities for resources and inspiration.