An open API service indexing awesome lists of open source software.

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!

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.

![142shots_so](https://github.com/dakshsinghrathore/ISRO-web/assets/115932772/2cad53d1-0072-449d-a7b4-2c277d9baa1b)

## 💻 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




SWOC23