During our Teamwork week in the Object-Oriented Programming module, we developed Stackoverflow clone Spring Boot Web API, inspired by the popular Stackoverflow site. This project serves as our final team project, focusing on Java and Spring Boot technologies. This repository only focuses on the frontend side of the application, the backend can be found in a separate repository.
Stackoverflow enables users to create new questions, post answers, and manage their questions and answers. The technology stack includes:
- Frontend: React.js and React-router for seamless page navigation bootstrapped with Vite.
git clone https://github.com/korodigergo/stackflow-react3.gitcd stackflow-react3npm installnpm run dev- Once the server is running, visit
http://localhost:5173in your web browser to access the Stackoverflow application.
- Register with fictional information (username and password).
- Login to the site.
- Post new questions.
- Post new answers.
- Manage your questions by deleting them.
- Manage your answers by deleting them.