Course Helper is a full-stack web application that helps students and administrators manage university course information efficiently. It provides a clean and responsive dashboard for viewing, adding, editing, and deleting course records.
- 🔐 User-friendly interface
- 📋 Course dashboard for listing courses
- ➕ Add new courses
- ✏️ Edit existing courses
- 🗑️ Delete courses
- 📸 Visual UI with screenshots
- ⚡ Fast and responsive design
Follow these steps to run the project locally.
Ensure you have the following installed:
- Node.js (v14+)
- npm or yarn
- Git
Clone the repository:
git clone git@github.com:adibakhan21/course_helper.git
cd course_helperInstall dependencies:
npm installStart the application:
npm startOpen browser:
http://localhost:3000
- React.js
- HTML5
- CSS3
- JavaScript (ES6)
- Node.js
- Express.js
- Git & GitHub
- npm
- VS Code
- Chrome Dev Tools
course_helper/
│
├── frontend/
│ ├── components/
│ ├── App.js
│ └── index.js
│
├── backend/
│ ├── server.js
│ └── routes/
│
├── README.md
└── package.json
We welcome contributions!
- Fork the repository
- Create your branch
- Commit your changes
- Push to GitHub
- Submit a Pull Request
Adiba Khan Built as a learning and portfolio project.
If you like this project, give it a ⭐ on GitHub!



