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.
-
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.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
-
Frontend: React.js
-
Backend: Django
-
Database: MySQL
Ensure you have the following installed on your system:
-
NodeJS
-
Python & pip
-
MySQL
-
OpenAI API Key
-
Clone the repository
git clone https://github.com/chung-coder/writingCompanion.git cd writing-companion
-
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
-
Frontend Setup
cd frontend npm install npm start
-
Database Configuration
-
Update
DATABASES
settings inbackend/settings.py
with your MySQL credentials. -
Create the database and apply migrations:
python manage.py makemigrations python manage.py migrate
-
-
Access the frontend via
http://localhost:3000
-
Interact with AI-powered writing exercises
-
Monitor progress through the dashboard
-
Please discuss your concerns with me on LinkedIn before creating a new issue. 😉
-
Please STAR⭐️ the repository if you like the content and code 😁
This project is licensed under the MIT License - see the LICENSE file for details.