"Keep Notes" is a web application developed using the bootstrap and Python Django framework. The purpose of this application is to provide users with an easy-to-use platform to create, store, and manage their notes online. With "Keep Notes," users no longer have to worry about losing their important notes or forgetting ideas as they can quickly jot them down on the app.
This application offers a simple and intuitive user interface that allows users to create different types of notes, including text, images, and checklists. It also provides powerful search functionality that makes it easy for users to find specific notes quickly. Additionally, "Keep Notes" allows users to organize their notes into different categories or tags, making it easier to locate related notes.
"Keep Notes" targets anyone who needs to keep track of information, from students taking class notes to working professionals organizing their tasks and ideas. The application's flexibility and ease-of-use make it an ideal solution for people with busy lives who need a reliable note-taking tool that they can access from anywhere.
Overall, "Keep Notes" provides a practical and efficient way for users to manage their notes online while maintaining the highest level of security and privacy.
- Simple Web application, easy to use and very easy to deploy locally
- Written in simple Python. Even a beginner Python developer can contribute to this
- Support for SQLite, so you can easily play with it
- Simple UI
Clone this repository:
git clone https://github.com/OmkarPathak/A-Simple-Note-Taking-Web-App.git
Install the dependencies by simply executing: For Windows :
pip install -r requirements.txt
For mac and linux :
pip3 install -r requirements.txt
Run this command to start the app:
For mac and linux :
python3 manage.py runserver
For Windows :
python manage.py runserver
Visit 0.0.0.0:5000 on your web browser
Username : admin
Password : admin
User Login
User Register
Added Notes
Edit Your Notes
Delete Your Notes
Admin Panel
If you have any feedback, please reach out to us at contact@harpreetsinghbasnal.com.