Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 882 Bytes

File metadata and controls

48 lines (32 loc) · 882 Bytes

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.