Skip to content

cikomania/qa-platform-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q&A Platform (React + Vite)

A simple question-answer platform built with React.
Users can ask questions in Mathematics and Physics categories and share answers.

Live Demo

This project is deployed on Netlify:
👉 https://math-phy-qa-platform.netlify.app/

Features

  • Add questions (Create)
  • List questions (Read)
  • Update questions (Update)
  • Delete questions (Delete)
  • Add / edit / delete answers
  • Filter questions by topic
  • LocalStorage-based persistence (no backend)

Tech Stack

  • React (Vite)
  • JavaScript
  • React Router
  • CSS
  • LocalStorage

📸 Screenshots

Home Page

Question Detail

How to Run

  1. Download or Clone the Repository

    • Click the "Code" button on the GitHub repository page and select Download ZIP,
      or clone the project using:

      git clone https://github.com/cikomania/qa-platform-react.git
  2. Open the Project

    • Open the project folder in Visual Studio Code or any code editor of your choice.
    • Make sure Node.js is installed on your system.
  3. Install Dependencies and Run the Project

    • Run the following commands in the terminal:

      npm install
      npm run dev
    • After running the command, open the link shown in the terminal.


Türkçe Açıklama

Bu proje React ve Vite kullanılarak geliştirilmiş basit bir soru-cevap platformudur.
Kullanıcılar Matematik ve Fizik kategorilerinde soru sorabilir ve cevap paylaşabilir.

Proje Netlify üzerinde yayınlanmıştır:
👉 https://math-phy-qa-platform.netlify.app/

Özellikler

  • Soru ekleme (Create)
  • Soruları listeleme (Read)
  • Soruları güncelleme (Update)
  • Soruları silme (Delete)
  • Sorulara cevap ekleme / düzenleme / silme
  • Konuya göre filtreleme
  • LocalStorage ile veri saklama (backend kullanılmamıştır)

About

React-based Q&A platform with CRUD features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors