https://github.com/dakshsinghrathore/brighter-beginnings
Discover coding for beginners in our GitHub repo! Enjoy a free three-module course, an interactive learning experience, and a supportive community. Your journey to a brighter future starts now! Join us!
https://github.com/dakshsinghrathore/brighter-beginnings
firebase-auth html5 javascript swoc24 tailwind-css
Last synced: 10 months ago
JSON representation
Discover coding for beginners in our GitHub repo! Enjoy a free three-module course, an interactive learning experience, and a supportive community. Your journey to a brighter future starts now! Join us!
- Host: GitHub
- URL: https://github.com/dakshsinghrathore/brighter-beginnings
- Owner: dakshsinghrathore
- License: mit
- Created: 2023-10-29T12:34:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T01:27:04.000Z (almost 2 years ago)
- Last Synced: 2025-05-29T18:34:29.133Z (about 1 year ago)
- Topics: firebase-auth, html5, javascript, swoc24, tailwind-css
- Language: JavaScript
- Homepage: https://brighter-beginnings.vercel.app
- Size: 12.5 MB
- Stars: 28
- Watchers: 3
- Forks: 53
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
BrighterBeginnings
Welcome 👋
Unlock the world of coding with our free three-module course, designed for absolute beginners. Embrace an interactive learning experience and join a supportive community, making coding accessible to all. Your journey to a brighter future starts here.

## 💻 Tech Stack
> Frontend
- [HTML5](https://developer.mozilla.org/en-US/docs/Glossary/HTML5) - HTML is the standard markup language for Web pages
- [JavaScript](https://tc39.es/) - JS is an Open source runtime environment, built on the Chrome browser's V8 engine
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup
## 🚀 Quick start
Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please open an [issue](https://github.com/dakshsinghrathore/Brighter-Beginnings/issues/new) or submit a pull request. Make sure to follow the project's code of conduct.
> **Note**: If you are new to open source contributions, you can refer to [this](https://opensource.guide/how-to-contribute/) guide by GitHub.
> **Warning**: Please do not spam the repository with unnecessary PRs. Make sure to follow the project's [code of conduct](/CODE_OF_CONDUCT.md).
- Go through the [CONTRIBUTING.md](https://github.com/dakshsinghrathore/Brighter-Beginnings/blob/main/Contributing.md) file, where all the guidelines have been mentioned that will guide you to make your contribution.
- Do check out the [project issue tracker](https://github.com/dakshsinghrathore/Brighter-Beginnings/issues) section.
## Getting Started: Running the Project Locally
### Why npm ?
*[npm](https://www.npmjs.com/) relied upon by more than 17 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe.*
**Install dependencies**
> For frontend
```bash
npm install -D @tailwindcss/forms
```
```bash
npx tailwindcss -i ./src/input.css -o ./dist/style.css --watch
```
This Project was part of