Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 1.87 KB

README.md

File metadata and controls

80 lines (50 loc) · 1.87 KB

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

This is a online group study webaite, where all users are friends & they can create assignments,complete them & also mark them.

Website Name: StudySyncer

Live Link : https://study-syncer.surge.sh/

Here are some features and characteristics of our website

Getting Started

  1. Clone the repository:

    git clone https://github.com/Mohib75/your-repo-name.git
    
  2. Navigate to the project directory:

    cd your-repo-name
    
  3. Install dependencies:

    Using npm:

    npm install

    Using Yarn:

    yarn install
  4. Start the development server:

    Using npm:

    npm run dev

    Using Yarn:

    yarn dev
  5. Open your browser and visit:

    http://localhost:3000