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.
-
Clone the repository:
git clone https://github.com/JumpyJay/threadnest-frontend.git cd threadnest-frontend -
Install dependencies:
npm install
-
Create a
.envfile:REACT_APP_API_BASE_URL=http://localhost:3000/api/v1
-
Start the development server:
npm start
- Create, view, edit, and delete threads.
- Add and manage comments on threads.
- User authentication.
- Responsive design for all devices.
- React - User interface library.
- React Router - Routing for navigation.
- TailwindCSS - For styling the application.