Welcome to the "University-App" repository! This application is designed to assist students, faculty, and staff in managing and navigating their university experience.
-
Course Management: Keep track of your course schedule, assignments, and grades.
-
University Events: Stay up-to-date with the latest university events and activities.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Node.js and npm.
- You have a Windows/Linux/Mac machine.
To install University-App, follow these steps:
- In your command line, run the following commands:
git clone https://github.com/Kuldeep938/University-App.git
cd University-App
npm install
npm startThis will clone the repository, navigate to the new directory, install the necessary dependencies, and start the application.
To contribute to University-App, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to the original branch:
git push origin <project_name>/<location> - Create the pull request.