Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faizan-akbar/e-learning
E Learning Platform using React Native and php
https://github.com/faizan-akbar/e-learning
javascript php react-native
Last synced: about 1 month ago
JSON representation
E Learning Platform using React Native and php
- Host: GitHub
- URL: https://github.com/faizan-akbar/e-learning
- Owner: faizan-akbar
- Created: 2024-05-28T18:06:17.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-29T19:53:42.000Z (7 months ago)
- Last Synced: 2024-09-20T09:04:50.614Z (3 months ago)
- Topics: javascript, php, react-native
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# 📘 PHP E-Learning App 🎓
Welcome to the PHP E-Learning App repository! This project is a web-based application built with PHP for online learning purposes.
## 📝 Project Overview
The PHP E-Learning App offers various features including:
- User authentication and authorization
- Course management
- Lesson management
- Quiz management
- User progress tracking
- Discussion forums
- Messaging system
- Admin dashboard for management## 💻 Technologies Used
| Backend | Database | Frontend | Styling |
|:-------------:|:---------:|:-------------:|:----------:|
| PHP 🐘 | MySQL | HTML | Bootstrap |
| | | CSS | |
| | | JavaScript | |## 📂 Project Structure
The project structure includes:
- PHP files for backend functionality
- HTML templates for frontend views
- CSS and JavaScript files for styling and interactivity
- Database schema for MySQL database## 🚀 How to Run
To run the PHP E-Learning App:
1. Clone the repository to your local machine.
2. Set up a PHP development environment (e.g., XAMPP, WAMP).
3. Import the database schema provided in the `database` directory.
4. Configure the database connection in the PHP files.
5. Start the PHP server and MySQL database.
6. Access the application through the web browser.## 🤝 Contributing
Contributions are welcome! Please feel free to submit pull requests or open issues for any improvements or bug fixes.
## 📜 License
This project is licensed under the [MIT License](LICENSE).
---