Skip to content

An AI-powered writing practice platform designed specifically for elementary school students.

License

Notifications You must be signed in to change notification settings

chung-coder/writingCompanion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Writing Companion

logo.svg

What Is AI Writing Companion

Writing Companion is an AI-powered writing practice platform designed specifically for elementary school students. It provides interactive features to enhance students' writing skills through guided exercises, analytics, and personalized feedback.

Contents

⚙️ Features

  • Calendar-Based Journal: Helps students organize and review their past entries.

  • Self-Writing Mode: Allows students to write independently with AI feedback.

  • Interactive Mode: Engages students with guided prompts and suggestions.

  • Diary Analysis: AI-driven insights to help students reflect on their daily writing.

  • Writing Statistics Analysis: Provides detailed progress tracking through data visualization.

  • Personal Profile: Stores students' personal information, such as their name, class, and teacher's name. Also includes fundamental features like resetting passwords.

📷 Screenshots

image1 image2
image3 image4
image5 image6

📚 Tech Stack

  • Frontend: React.js

  • Backend: Django

  • Database: MySQL

📦 Getting Started

Prerequisites

Ensure you have the following installed on your system:

  • NodeJS

  • Python & pip

  • MySQL

  • OpenAI API Key

Setup Instructions

  1. Clone the repository

    git clone https://github.com/chung-coder/writingCompanion.git
    cd writing-companion
  2. Backend Setup

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    pip install -r requirements.txt
    python manage.py migrate
    python manage.py runserver
  3. Frontend Setup

    cd frontend
    npm install
    npm start
  4. Database Configuration

    • Update DATABASES settings in backend/settings.py with your MySQL credentials.

    • Create the database and apply migrations:

      python manage.py makemigrations
      python manage.py migrate

🔧 Usage

  1. Access the frontend via http://localhost:3000

  2. Interact with AI-powered writing exercises

  3. Monitor progress through the dashboard

⭐ Help us improve the project better

  • Please discuss your concerns with me on LinkedIn before creating a new issue. 😉

  • Please STAR⭐️ the repository if you like the content and code 😁

📋 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

An AI-powered writing practice platform designed specifically for elementary school students.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published