Empowering the next generation of tech creators
π Live Website β’ β¨ Features β’ π Tech Stack β’ π Getting Started β’ π€ Contributing
Creators-Space is a modern, innovative tech-learning platform designed to empower students and professionals through high-quality content, career-oriented resources, and hands-on project experience. Our mission is to bridge the gap between theoretical knowledge and practical implementation in the tech industry.
π Live Website: https://creators-space.netlify.app/
This project is proudly part of GirlScript Summer of Code 2025 (GSSoC'25) π
We welcome and encourage contributions from participants and the entire open-source community! Whether you're a beginner or an experienced developer, there's a place for you here.
β If you're a GSSoC'25 contributor, check out our CONTRIBUTING.md to get started!
- π Comprehensive Courses - Curated learning paths and tutorials across various tech domains
- π Career Guidance - Professional development resources and mentorship opportunities
- π¬ Hands-on Projects - Open source projects categorized by tech stack and difficulty level
- πΌ Internship Program - Real-world experience with industry-relevant projects
- π Campus Ambassador Program - Leadership opportunities for student representatives
- π Tech Blog - Latest insights, tutorials, and industry trends
- π Secure Authentication - Firebase-powered login/signup system with Google integration
- π Dark/Light Mode - Personalized viewing experience
- π± Fully Responsive - Optimized for all device sizes
Frontend:
- HTML5, CSS3, JavaScript (ES6+)
- Responsive Design (Flexbox, CSS Grid)
- Firebase Authentication
Development Tools:
- Git & GitHub
- Netlify (Deployment)
- VS Code (Recommended IDE)
Creators-Space/
βββ assets/
β βββ animations/
β βββ images/
β βββ aboutpage/
β βββ blogpage/
β βββ icons/
β βββ Certificate/
β βββ other-images
β
βββ certificate/
βββ Screenshots
βββ src/
βββ about.html
βββ apply.html
βββ blog.html
βββ bookmarked.html
βββ campus-ambassador.html
βββ CODE_OF_CONDUCT.md
βββ CONTRIBUTING.md
βββ courses.html
βββ enroll.html
βββ favicon.ico
βββ freelancing.html
βββ index.html
βββ internship.html
βββ LICENSE
βββ login.html
βββ newsletter-demo.html
βββ profile.html
βββ projects.html
βββ README.md
βββ script.js
βββ services.html
βββ signup.html
βββ style.css
βββ tandc.html
βββ test-projects.html
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
- A modern web browser (Chrome, Firefox, Safari, Edge)
- Git installed on your system
- A code editor (VS Code recommended)
- Clone the repository
git clone https://github.com/your-username/Creators-Space.git cd Creators-Space
- Set up Firebase (Optional for authentication features)
- Create a Firebase project at https://console.firebase.google.com/
- Enable Authentication and add Google Sign-In provider
- Update the Firebase configuration in src/js/firebase.js:
const firebaseConfig = {
apiKey: "YOUR_API_KEY",
authDomain: "YOUR_AUTH_DOMAIN",
projectId: "YOUR_PROJECT_ID",
storageBucket: "YOUR_STORAGE_BUCKET",
messagingSenderId: "YOUR_MESSAGING_SENDER_ID",
appId: "YOUR_APP_ID",
measurementId: "YOUR_MEASUREMENT_ID"
};
- Open the project
- Simply open index.html in your web browser Start exploring!
- Navigate through different sections
- Test authentication features (if Firebase is configured)
- Try the responsive design on different screen sizes
We love contributions from the community! Here's how you can help:
- Fork the repository
- Create a feature branch (git checkout -b feature/amazing-feature)
- Commit your changes (git commit -m 'Add some amazing feature')
- Push to the branch (git push origin feature/amazing-feature)
- Open a Pull Request
Please read our CONTRIBUTING.md for detailed guidelines and our CODE OF CONDUCT
- This project is licensed under the MIT License - see the LICENSE for details.
- GirlScript Foundation for the GSSoC opportunity
- All contributors and supporters of the project
- The open-source community for invaluable resources and tools
If you have any questions or need help, feel free to:
- Open an issue
- Reach out to the project admin or mentors
- Join our community discussions