Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Personal Journal

A simple web-based application for maintaining a personal journal. Users can create entries, tag them, and search through past entries by date or keywords. The application is built using Flask and SQLite for a lightweight and efficient experience.

Features

  • Add New Entries: Users can add journal entries with mood, content, and tags.
  • Search Entries: Search through entries using keywords or specific dates.
  • Tag Management: Create and view tags associated with each entry, and filter entries by tags.
  • User-Friendly Interface: A clean and professional UI for easy navigation and use.

Technologies Used

  • Python
  • Flask
  • SQLite
  • HTML/CSS

Installation

  1. Clone the Repository:
    git clone <repository-url>
    cd your_project
    
  2. Install Required Packages: Make sure you have Python installed (preferably Python 3). Install the required packages using pip:
    pip install -r requirements.txt
    
  3. Run the Application: Start the Flask application:
    python app.py
    
  4. Access the App: Open your web browser and navigate to http://127.0.0.1:8080 to access the application.