An open API service indexing awesome lists of open source software.

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.

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!

Typing SVG