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%