Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 2.63 KB

File metadata and controls

37 lines (24 loc) · 2.63 KB

Notes Application

The project involves developing a note-taking application called Notes App. The primary focus of the application is to provide users with a simple and efficient tool for capturing and organizing their thoughts and tasks. The application follows a material design aesthetic, providing a clean and intuitive user interface.

One of the core features of Notes is automatic saving, ensuring that users never lose their notes. The application continuously saves the notes in the background, eliminating the need for manual saving and minimizing the risk of data loss.

Notes App offers a customizable user interface, allowing users to personalize the app with their preferred colors and themes. This feature enhances the user experience by enabling them to create a visually pleasing environment while using the application.

It shows the list of notes with title, date & time of creation and overview/discription of notes (i.e first 2 lines of the notes) in the home page of the application.

The application includes a robust search functionality that enables users to quickly find their older notes. This feature makes it effortless to retrieve and reference previously recorded information, saving time and enhancing productivity.

Furthermore, Notes App allows users to share their notes. This feature facilitates collaboration and information sharing among individuals or teams, making it easy to distribute and collaborate on projects, tasks, and ideas.

Getting Started

To clone and run this project on your local machine, follow these steps:

  1. Clone the repository:
git clone https://github.com/Sriramkashyapks/notes_app.git
  1. Make sure that you have java in your PC, for verifying it you can run the below command in your terminal.
java --version
  1. Open this project in your favroite IDE, I recommend you to open this project in Android Studio and make sure you have installed android emulator in your pc for viewing output.

  2. Wait until all the dependecies are satisfied in android studio, now you are good to go and can run your project.

Screenshots

Screenshot 2024-07-14 at 11 39 18 Screenshot 2024-07-14 at 11 40 12 Screenshot 2024-07-14 at 11 40 26 Screenshot 2024-07-14 at 11 40 37