dhairyathedev / ExamTime

Share/Download notes PDF helps during exams

Home Page:https://exam-time.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExamTime


Open Source Love   PRs Welcome   Lines of Code   Stars Badge  Forks Badge   GitHub contributors   GitHub last commit   Repo. Size  
         


ExamTime

ExamTime is a platform designed to facilitate exam preparation by providing a centralized location for sharing and downloading notes in PDF format. Whether you're a student looking for study materials or someone willing to contribute by sharing your notes, ExamTime aims to make exam preparation more efficient and collaborative.

Key Features

  • Note Sharing: Easily upload and share your study notes in PDF format.
  • Download: Access a wide range of notes uploaded by other users for various subjects and topics.
  • Search: Quickly find notes relevant to your exam by searching through the available collection.
  • Contribute: Help fellow students by contributing your own notes to the platform.

Demo Credential

  • Username: demo@mail.xyz
  • Password: Demodemo#1

Live Demo

Check out the live demo of ExamTime here.

Tech Stack

  • Frontend: ReactJs
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • PDF Handling: PDF.js

Video

Screencast.from.02-04-24.03.28.07.PM.IST.webm

Screenshots

image.png

image.png

image.png

image.png

image.png

image.png

Environment Variables

To run this project, you will need to add the following environment variables to your .env file You will find a .env.sample file to refer in both server as well as client

For server

PORT

MONGODB_URI

SECRET

ORIGIN

For client

VITE_BASE_URL

Run Locally

Clone the project

  git clone https://github.com/hereisSwapnil/ExamTime.git

Go to the server

  cd server

Install dependencies

  npm install

Start the server

 npm run dev

Go to the client

  cd client

Install dependencies

  npm install

Start the server

 npm run dev

License

MIT

Our Valuable Contributors ✨❤️

Contributors

About

Share/Download notes PDF helps during exams

https://exam-time.vercel.app

License:MIT License


Languages

Language:JavaScript 99.6%Language:HTML 0.4%Language:CSS 0.1%