https://github.com/aspects19/hitimu
A community managed website to make access to study material easier
https://github.com/aspects19/hitimu
appwrite collaborate react students study typescript
Last synced: about 1 month ago
JSON representation
A community managed website to make access to study material easier
- Host: GitHub
- URL: https://github.com/aspects19/hitimu
- Owner: aspects19
- License: mit
- Created: 2025-04-21T14:43:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-12T06:33:46.000Z (12 months ago)
- Last Synced: 2025-07-12T08:28:05.162Z (12 months ago)
- Topics: appwrite, collaborate, react, students, study, typescript
- Language: TypeScript
- Homepage: https://hitimu.vercel.app
- Size: 464 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Hitimu | A hackathon project
https://hitimu.vercel.com
### Introduction
Access to study material by students is a major barrier faced by students. Platforms that offer this service eg **Studocu** often have paywalls and strict upload policies preventing easy access to study material.
**Hitimu** is a platform for students that simplifies sharing of study material. Students can upload, view, download, and comment on documents like notes, past papers, essays, and much more.






## Features
- **Upload and Share**: Students can upload study materials like notes, past papers, and essays.
- **Search Functionality**: Quickly find study materials using keywords.
- **User Profiles**: View and manage your uploaded documents.
- **Secure Authentication**: Login and signup using email/password or third-party providers like GitHub and Google.
- **Responsive Design**: Fully responsive UI built with TailwindCSS and DaisyUI.
- **Open Source**: Community-driven and open for contributions.
## Installation
To set up the project locally, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/aspects19/hitimu.git
cd hitimu
```
2. Register for your own **Appwrite** credentials and replace them in ` src/lib/appwrite.ts `
3. Install project dependencies
```sh
yarn install
```
4. Run your app
```sh
yarn dev
```
## Contributions
If You wish to make contributions to this project such as reporting issues and bugs, fixing them and adding features, take a look at [contribution guide](https://github.com/aspects19/hitimu/blob/main/CONTRIBUTING.md)
## License
This project is licensed under the MIT License – see the [LICENSE](https://github.com/aspects19/weather-app/blob/main/LICENSE) file for details.
##