Prerequisites
Before getting started with Playground, ensure you have:Quick Start
Accessing the Application
Enter Your Credentials
Input your username and password in the login form
Your username will be converted to an email format automatically:
[email protected]Setting Up Firebase (For Developers)
If you’re deploying your own instance of Playground, follow these steps:1. Create Firebase Project
Create Project
Go to Firebase Console and create a new project
Enable Authentication
Navigate to Authentication → Sign-in method → Enable Email/Password authentication
2. Configure Firebase in Your Application
Update the Firebase configuration in your JavaScript files:scriptLogin.js
3. Initialize Firebase
The application automatically initializes Firebase when the DOM loads:Creating User Accounts
Via Firebase Console
Add User
Click “Add user” and enter:
- Email:
[email protected] - Password: Choose a secure password
First Time Setup
Personalizing Your Experience
Once logged in, customize your workspace:Upload Background (Optional)
Add a custom background image (max 5MB):
- Support for file upload or URL
- Blur effect controls (0-100%)
- Parallax effect option
Your preferences are stored per-user in localStorage using the key pattern:
preferencias_[username]Exploring the Modules
The main dashboard displays all available modules:Calculadora
Grade calculator with percentage-based scoring
Herramientas
Collection of utility tools
Plantillas
Pre-built templates library
Procedimientos
Procedure documentation
Horarios Stop Jeans
Scheduling system
BlackJack
Mini game for breaks
Navigation Structure
The application follows a consistent navigation pattern:Session Management
The application includes automatic session management:Autorizacion.js
Troubleshooting
Login Issues
Login Issues
Problem: Cannot log in with valid credentialsSolutions:
- Verify username format (no special characters except dots)
- Check that the account exists in Firebase Console
- Clear browser cache and cookies
- Ensure JavaScript is enabled
Session Expired
Session Expired
Problem: Automatically logged out before 8 hoursSolutions:
- Check browser console for errors
- Verify Firebase connection is stable
- Ensure browser isn’t blocking cookies
Modules Not Loading
Modules Not Loading
Problem: Module pages show blank or errorSolutions:
- Check browser console for JavaScript errors
- Verify all script dependencies are loaded
- Ensure Firebase is properly initialized
- Clear localStorage:
localStorage.clear()
Theme Not Saving
Theme Not Saving
Problem: Custom theme resets after refreshSolutions:
- Check if localStorage is enabled in browser
- Verify browser isn’t in incognito/private mode
- Ensure you clicked “Guardar” button
- Check localStorage quota (5MB limit)
Loading Screen
During authentication, users see a loading indicator:Next Steps
Authentication Details
Learn more about the authentication system
User Guides
Detailed guides for common tasks
Customization
Advanced theming and customization options
Technical Documentation
Developer technical documentation
Support
For additional help:Contact: Andrés Felipe Yepes Tascón
Copyright: © 2024
License: MIT License
Copyright: © 2024
License: MIT License

