Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Management & Notes App

Description

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.

Features

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

Technologies Used

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

Installation

  1. Clone this repository to your local machine using the following command:

    git clone https://github.com/your-username/file-notes-app.git
  2. Navigate to the project folder:

    cd file-notes-app
  3. Open index.html in your browser to run the app.

Usage

  1. Create a Note: Click the "Add Note" button, type a title and content, and click "Save" to create a note.
  2. Edit a Note: Click on the note title to open and edit its content, then save the changes.
  3. Delete a Note: Click the delete icon (trash can) next to a note to remove it.
  4. Responsive Design: Resize the browser window or open the app on different devices to see the responsive layout in action.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -am 'Add feature').
  4. Push to your branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Inspired by various note-taking and file management applications.
  • Thanks to open-source communities for resources and inspiration.

About

Different Project of frontend

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages