Skip to content

Arunthogadiya/edu-platform-frontend

Repository files navigation

Engage-ED Frontend Platform

An educational platform frontend built with React, TypeScript, and Vite that provides interactive learning experiences.

Tech Stack

  • React 18
  • TypeScript
  • Vite
  • TailwindCSS
  • Chart.js
  • i18next for internationalization

Getting Started

  1. Install dependencies:
npm install
  1. Run development server:
npm run dev
  1. Build for production:
npm run build

Features

  • Modern React with TypeScript
  • Fast development with Vite
  • Responsive design with TailwindCSS
  • Data visualization using Chart.js
  • Internationalization support
  • Media capture capabilities

Project Structure

The project follows a standard Vite + React structure with TypeScript support and additional features for educational platform needs.

Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run lint - Run ESLint
  • npm run preview - Preview production build

Maintainers

  • Vipin

License

Private - All rights reserved


For detailed technical documentation about Vite configuration and plugins, see:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default tseslint.config({
  languageOptions: {
    // other options...
    parserOptions: {
      project: ['./tsconfig.node.json', './tsconfig.app.json'],
      tsconfigRootDir: import.meta.dirname,
    },
  },
})
  • Replace tseslint.configs.recommended to tseslint.configs.recommendedTypeChecked or tseslint.configs.strictTypeChecked
  • Optionally add ...tseslint.configs.stylisticTypeChecked
  • Install eslint-plugin-react and update the config:
// eslint.config.js
import react from 'eslint-plugin-react'

export default tseslint.config({
  // Set the react version
  settings: { react: { version: '18.3' } },
  plugins: {
    // Add the react plugin
    react,
  },
  rules: {
    // other rules...
    // Enable its recommended rules
    ...react.configs.recommended.rules,
    ...react.configs['jsx-runtime'].rules,
  },
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages