A simple event attendance collection app built with React, TypeScript, Vite, and Firebase.
- React with TypeScript
- Firebase for authentication and Firestore for attendance collection
- Node.js and npm
- Firebase project set up
-
Clone the repository:
git clone https://github.com/muhammedshamil8/Attendance-collection-app.git cd event-attendance-app
-
Install dependencies:
npm install
-
Set up Firebase:
Create a
.env
file in the root of your project with your Firebase configuration. -
Run the development server:
npm run dev
The backend code for this project is available at backend-repo-link.
This project is licensed under the MIT License.