CUH-Help, also known as LearneaseU, is a platform designed to simplify the studies of Central University of Haryana (CUH) students. It provides a convenient way for students to access and download sessional papers, study materials, and previous year questions (PYQs) relevant to their courses.
- Features
- Why CUH-Help
- Problems Solved
- Technologies Used
- Usage
- Installation
- How to Contribute
- Live Link
- Downloadable Resources: Students can download sessional papers, study materials, and PYQs for their respective courses.
- Course Organization: Resources are organized by course, making it easy for students to find relevant materials.
- Search Functionality: Users can search for specific resources by course name or keywords.
- User Accounts: Students can create accounts to save their favorite resources or track their downloads.
CUH-Help enhances the study experience of CUH students by providing easy access to study materials and resources. It eliminates the need for manual searching and offers a centralized platform for academic resources.
By offering downloadable resources, CUH-Help saves students time that would otherwise be spent searching for materials across various platforms. It streamlines the process of finding relevant study materials.
Access to sessional papers, study materials, and PYQs allows students to better prepare for exams and assessments, potentially leading to improved academic performance.
- Difficulty in Finding Resources: CUH-Help addresses the challenge of finding study materials by providing a centralized platform for accessing sessional papers, study materials, and PYQs.
- Time Constraints: The platform saves students time by offering downloadable resources, eliminating the need for manual searching.
- Lack of Organization: By organizing resources by course, CUH-Help improves the organization and accessibility of study materials.
[Add instructions on how to use CUH-Help, including any setup or configuration steps.]
To install and run CUH-Help locally, follow these steps:
-
Clone the repository:
git clone https://github.com/rohit-yadavv/cuh-help.git
-
Navigate to the project directory:
cd cuh-help
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:5173 to access CUH-Help locally.
Contributions are welcome and encouraged! To contribute to CUH-Help, follow these steps:
- Fork the repository.
- Create a new branch (e.g.,
feature/new-feature
orfix/bug-fix
). - Make your changes.
- Commit your changes with descriptive commit messages.
- Push your changes to your fork.
- Submit a pull request to the
main
branch of the original repository.
Please ensure your code adheres to the existing code style and conventions. Also, make sure to update any relevant documentation.