Welcome to the Advent Calendar App! This app is designed to help users countdown to Christmas with daily surprises, activities, or messages leading up to the holiday season.
Using this app, users can customize their digital advent calendar by adding their images, videos and more.
Built with:
- HTML
- JS
- CSS
- MUI
- Reactjs
- Firebase
To run the app locally, follow these steps:
- Clone this repository.
- Navigate to the project directory.
- Install dependencies with
npm install
in client and also in server folder. - Start the development server with
npm run dev
in client directory.