Skip to content

korodigergo/stackflow-react3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stackoverflow Project Overview

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.

Project Description

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.

Installation Guide

1. Clone this repository:

git clone https://github.com/korodigergo/stackflow-react3.git

2. Navigate to the project directory:

cd stackflow-react3

3. Install dependencies using npm:

npm install

4. Run the application:

npm run dev

5. Access the Application:

  • Once the server is running, visit http://localhost:5173 in your web browser to access the Stackoverflow application.

Features

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors