Skip to content

LingoQuiz is an interactive language learning platform that offers engaging quizzes, personalized learning experiences, and community challenges to help users improve their language skills.

Notifications You must be signed in to change notification settings

dev-alt/Lingo-Quiz-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

Repository files navigation

LingoQuiz

LingoQuiz is a comprehensive language learning platform that offers interactive quizzes, courses, and progress tracking. This repository contains both the frontend and backend code for the LinguoQuiz application.

Project Structure

lingoquiz/
├── frontend/
│   ├── app/
│   ├── components/
│   ├── styles/
│   ├── lib/
│   └── [Other frontend files and folders]
├── backend/
│   ├── app.js
│   ├── db.js
│   ├── models/
│   ├── routes/
│   ├── middleware/
│   ├── graphql/
│   └── [Other backend files and folders]
└── README.md

Frontend

The frontend is built using Next.js 14 with the new App Router for routing and server-side rendering. It uses Apollo Client for state management and data fetching, and Tailwind CSS with NextUI for styling.

Key features:

  • Authentication system with JWT
  • Course management and enrollment
  • Interactive quiz system
  • User profile and progress tracking
  • Leaderboards
  • Community features
  • In-app store

For more details on the frontend implementation and setup, please refer to the frontend/README.md file.

Backend

The backend is an Express.js application that provides GraphQL API endpoints. It uses MongoDB for data storage.

For more details on the backend implementation and setup, please refer to the backend/README.md file.

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • MongoDB

Installation

  1. Clone the repository:

    git clone https://github.com/dev=alt/lingoquiz.git
    cd lingoquiz
    
  2. Set up the backend:

    cd backend
    npm install
    

    Create a .env file in the backend folder with necessary environment variables.

  3. Set up the frontend:

    cd ../frontend
    npm install
    
  4. Start the backend server:

    cd ../backend
    npm start
    
  5. Start the frontend development server:

    cd ../frontend
    npm run dev
    

Features

  • User authentication and profile management
  • Interactive language quizzes
  • Course creation and management
  • User progress tracking
  • Leaderboards
  • Community features
  • Virtual item shop

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

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

About

LingoQuiz is an interactive language learning platform that offers engaging quizzes, personalized learning experiences, and community challenges to help users improve their language skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published