PPTQ (Platform for Practical Testing & Quality) is a web application built with Vite and React that helps users master essential Software Testing concepts. The platform offers interactive demonstrations, real-world examples, and quizzes to guide users from fundamental principles to practical applications in Quality Assurance, Control, and Management.
- Comprehensive Learning: Dive into core software testing concepts with detailed explanations.
- Interactive Demos: Hands-on demonstrations to visualize complex topics.
- Quizzes: Reinforce your knowledge with topic-based quizzes.
- Modern UI: Clean, user-friendly interface for a seamless experience.
-
Clone the repository
git clone https://github.com/0Ankit0-0/PPTQ.git cd PPTQ -
Install dependencies
npm install # or yarn install -
Run the development server
npm run dev # or yarn dev -
Open http://localhost:5173 to view it in the browser.
PPTQ/
├── public/
├── src/
│ ├── components/
│ ├── pages/
│ ├── App.jsx
│ └── main.jsx
├── package.json
└── vite.config.js
Contributions are welcome! Please open an issue or submit a pull request for improvements or new features.
This project is licensed under the MIT License.
Explore the app: https://pptq-7ue2.vercel.app/
