A simple question-answer platform built with React.
Users can ask questions in Mathematics and Physics categories and share answers.
This project is deployed on Netlify:
👉 https://math-phy-qa-platform.netlify.app/
- 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)
- React (Vite)
- JavaScript
- React Router
- CSS
- LocalStorage
-
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
-
-
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.
-
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.
-
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/
- 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)