Skip to content

kbvskr/elearn-frontend

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Elearn Frontend (React)

This is the frontend for the Elearn Portal, built using React.js. It provides a clean UI to display courses and their lessons.


πŸš€ Setup Instructions

1️⃣ Prerequisites

Ensure you have the following installed:


2️⃣ Clone the Repository

git clone https://github.com/your-repo/elearn-frontend.git
cd elearn-frontend

3️⃣ Install Dependencies

npm install  # or yarn install

4️⃣ Configure API Endpoint

Find and update the API URL in AddNewCourse.js and Home.js.


5️⃣ Run Build

npm run build

πŸ“ Project Structure

πŸ“‚ elearn-frontend
 β”œβ”€β”€ πŸ“‚ src
 β”‚   β”œβ”€β”€ πŸ“‚ components  # Reusable components
 β”‚   β”œβ”€β”€ πŸ“‚ pages       # Pages (Home, About, Contact, etc.)
 β”‚   β”œβ”€β”€ πŸ“‚ services    # API calls
 β”‚   β”œβ”€β”€ πŸ“‚ assets      # Images, logos, styles
 β”‚   β”œβ”€β”€ App.js        # Main App component
 β”‚   β”œβ”€β”€ index.js      # Entry point
 β”œβ”€β”€ πŸ“„ .env           # API configuration
 β”œβ”€β”€ πŸ“„ package.json   # Dependencies and scripts
 β”œβ”€β”€ πŸ“„ README.md      # Project documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.7%
  • HTML 11.7%
  • CSS 6.6%