Skip to content

manancodes/LMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMS

Screenshot 2024-01-03 at 5 56 54 PM

Description

I made this LMS application with a built in code editor while I was learning React. It is made using Ant Design React Components.

Installation

Follow these steps to get your LMS App up and running:

  1. Install dependencies:

    npm install
    
  2. Start the development server:

    npm start
    

    Your app will be accessible at http://localhost:3000 by default.