Skip to content

Ovotron-net/managements-test-suite

Repository files navigation

Software Engineering Management Test

Test your knowledge in software project management, team leadership, and engineering practices with this comprehensive assessment.

Features

  • Multiple-choice questions with immediate feedback
  • Category-based question organization
  • Detailed performance analytics
  • Comprehensive explanations for each question
  • Responsive design for desktop and mobile devices

Technology Stack

  • Frontend: React 18, TypeScript
  • Styling: Tailwind CSS, shadcn/ui components
  • State Management: React Hooks
  • Routing: React Router v6
  • Form Handling: React Hook Form with Zod validation
  • Build Tool: Vite
  • Package Manager: npm/yarn

Getting Started

Prerequisites

  • Node.js 16.x or higher
  • npm or yarn

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd <project-directory>
  2. Install dependencies:

    npm install
    # or
    yarn
  3. Start the development server:

    npm run dev
    # or
    yarn dev
  4. Open your browser and navigate to:

    http://localhost:5173
    

Available Scripts

  • dev - Start the development server
  • build - Build for production
  • build:dev - Build for development
  • lint - Run ESLint to check for code issues
  • preview - Preview the production build locally

Project Structure

src/
├── components/       # Reusable UI components
├── hooks/           # Custom React hooks
├── layouts/         # Page layout components
├── lib/             # Utility functions and constants
├── routes/          # Application routes
├── types/           # TypeScript type definitions
└── main.tsx         # Application entry point

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

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

About

Software Engineering Management Test

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages