This is the frontend for the Elearn Portal, built using React.js. It provides a clean UI to display courses and their lessons.
Ensure you have the following installed:
- Node.js (LTS Version) β Download Here
- npm (comes with Node.js) or yarn β Download Here
git clone https://github.com/your-repo/elearn-frontend.git
cd elearn-frontendnpm install # or yarn installFind and update the API URL in AddNewCourse.js and Home.js.
npm run buildπ 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