https://github.com/iamaindrik/shortnotes-aindrik
This is a simple web-based application to save short notes with a title, date, and time using an SQLite database. It can also be used as a to-do list.
https://github.com/iamaindrik/shortnotes-aindrik
database flask html-css-javascript python sqllite
Last synced: 3 months ago
JSON representation
This is a simple web-based application to save short notes with a title, date, and time using an SQLite database. It can also be used as a to-do list.
- Host: GitHub
- URL: https://github.com/iamaindrik/shortnotes-aindrik
- Owner: iamaindrik
- Created: 2024-01-21T10:50:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T15:20:12.000Z (about 1 year ago)
- Last Synced: 2025-06-03T04:17:29.231Z (about 1 year ago)
- Topics: database, flask, html-css-javascript, python, sqllite
- Language: CSS
- Homepage: https://shortnotes-aindrik.onrender.com
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Short Notes App
This is a simple web-based application to save short notes with a title, date, and time using an SQLite database. It can also be used as a to-do list.
Features
- Save notes with a title, date, and time.
- View all saved notes in a list.
- Use it as a to-do list to keep track of tasks.
How to Run the App
Step 1: Clone the Repository
Open your terminal and run the following command to clone the repository:
git clone https://github.com/iamaindrik/shortnotes-aindrik.git
Step 2: Navigate to the Project Directory
Change into the project directory:
cd shortnotes-aindrik
Step 3: Install Dependencies
Make sure you have Python installed. Install the required packages using:
pip install -r requirements.txt
Step 4: Run the Application
Start the app with the following command:
python app.py
Open your browser and go to http://127.0.0.1:5000 to use the app.
Technologies Used
- Python
- Flask
- SQLite
- HTML, CSS, and JavaScript (for frontend, if applicable)
License
This project is open-source and available for use and modification.
Happy coding!