Skip to content

JumpyJay/threadnest-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreadNest Frontend

ThreadNest is a React-based frontend application for the ThreadNest forum platform. It connects to a Rails API backend to provide a seamless forum experience.


Quick Start

  1. Clone the repository:

    git clone https://github.com/JumpyJay/threadnest-frontend.git
    cd threadnest-frontend
  2. Install dependencies:

    npm install
  3. Create a .env file:

    REACT_APP_API_BASE_URL=http://localhost:3000/api/v1
  4. Start the development server:

    npm start

Features

  • Create, view, edit, and delete threads.
  • Add and manage comments on threads.
  • User authentication.
  • Responsive design for all devices.

Technologies Used

  • React - User interface library.
  • React Router - Routing for navigation.
  • TailwindCSS - For styling the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published