Skip to content

Mark Me Here! is an open-source attendance tracking web-app created with Next.js!

Notifications You must be signed in to change notification settings

MarkMeHereApp/MarkMeHere

Repository files navigation

Mark Me Here!

Mark Me Here! is an easy-to-setup and easy-to-use Attendance app for Teachers.

  • We feature a powerful dashboard to effortless manage courses and attendance.
  • We allow teachers to display QR codes for their lectures, and capture geolocation data if they wish.
  • We integrate with Canvas so you can easily sync all of our data.

View our demo here

Running the App Locally

If you want to run the app locally follow these steps.

  1. Clone the Repository: Clone this repository to your local machine using the following command:

    git clone https://github.com/MarkMeHereApp/MarkMeHere.git
  2. Install Dependencies: Navigate to the project directory and install the necessary dependencies:

    cd MarkMeHere
    npm install
  3. Configure: Copy .env.example to .env in the project root and fill out the required values.

  4. Run the Application: Start the application by running:

    npm run dev
  5. Access the Web Interface: Open your web browser and go to http://localhost:3000 to access Mark Me Here!

  6. Build the app: Once you are satisified with any changes, make sure to build the app and run it:

    npm run build

    Then once the app is built run

    npm run start

License

This project is licensed under the MIT License.

Contributors

About

Mark Me Here! is an open-source attendance tracking web-app created with Next.js!

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages