Skip to content

SinlessRook/LabEzy

Repository files navigation

Labezy

Labezy is a comprehensive website that contains code for all lab exam questions. It provides solutions and examples for a wide range of lab exam topics, making it a valuable resource for students and professionals looking to review and improve their coding skills.

Features

  • Extensive Code Repository: Access code solutions for various lab exam questions.
  • User-Friendly Interface: Navigate through a clean and intuitive interface.

Getting Started

To get started with Labezy, follow these steps:

Prerequisites

Installation

  1. Clone the Repository

    git clone https://github.com/your-username/Labezy.git
  2. Navigate to the Project Directory

    cd Labezy
  3. Install Dependencies

    npm install
  4. Start the Development Server

    npm run dev

    The website should now be running at http://localhost:3000.

Usage

  • Browse Lab Questions: Navigate through the various sections to find lab exam questions and their solutions.
  • View Code: Click on any question to view the code.

Deployment

To deploy Labezy to production, follow these steps:

  1. Build the Project

    npm run build
  2. Deploy to GitHub Pages

    npm run deploy

    Make sure to configure GitHub Pages to serve from the gh-pages branch.