Level-Up is a modern web platform for booking sessions, tracking skills, and completing exercises.
Built with HTML, CSS, and JavaScript, featuring Firebase integration and a responsive, user-friendly design.
- Booking System: Schedule and manage sessions with ease.
- Skills Tracker: Monitor your progress and skill development.
- Exercise Module: Access and complete interactive exercises.
- Firebase Integration: Real-time data storage and retrieval.
- Responsive Design: Works beautifully on desktop and mobile.
├── booking.html
├── exercises.html
├── favicon.ico
├── firebase.json
├── index.html
├── package.json
├── skills.html
├── assets/
│ └── images/
│ ├── formal.jpg
│ └── manu.jpg
├── scripts/
│ ├── booking.js
│ ├── exercises.js
│ ├── firebase.js
│ ├── main.js
│ └── skills.js
├── styles/
│ ├── booking.css
│ ├── exercises.css
│ ├── skills.css
│ └── styles.css
- Clone the repository:
git clone https://github.com/Manu77211/level-up.git - Install dependencies (if any):
npm install - Configure Firebase:
Updatefirebase.jswith your Firebase project credentials. - Run locally:
Openindex.htmlin your browser.
- HTML5
- CSS3
- JavaScript (ES6)
- Firebase
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.