Jammini is an online live English competition game that makes learning addictive for Korean students. Students can master difficult English exam concepts through competitive games with friends, improving their scores and growing alongside peers.
3 Main Features are:
️🔥 Speed Game: Race to solve 9 TOEIC questions faster than your opponent!🕒 Countdown Game: Answer more TOEIC questions than your opponent in just 60 seconds!📝 Review Section: Allows users to revisit and correct mistakes, providing targeted practice to reinforce learning.📈 Progress Dashboard: Check your learning progress in just 5 seconds!
Answer more TOEIC questions than your opponent in just 60 seconds!
Allows users to revisit and correct mistakes, providing targeted practice to reinforce learning.
Check your learning progress in just 5 seconds!
Navigate to the backend directory, create a virtual environment, and install the dependencies:
cd backend
python3 -m venv env
source env/bin/activate
pip install -r requirements.txtRun the backend server:
python manage.py runserverNavigate to the frontend directory, install dependencies, and run the frontend:
cd frontend
npm install
npm run dev




