csiv23 / LitCircle

1 stars 1 forks source link

LitCircle

LitCircle is an interactive platform for book enthusiasts to discuss books, share reviews, and monitor their reading progress. Drawing inspiration from platforms like BookClubs, it offers a community-driven experience tailored to various user roles including administrators, book club leaders, and members.

Core Features

Key Pages

Getting Started

To set up the project locally, follow these steps:

  1. Clone the repository:

    
    git clone https://github.com/yourusername/litcircle.git
    cd litcircle
  2. Install dependencies:

    
    npm install
  3. Run the server:

    
    npm start