Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 2.7 KB

readme.md

File metadata and controls

57 lines (34 loc) · 2.7 KB

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

💻 Tech Stack

Frontend

  • HTML5 - HTML is the standard markup language for Web pages
  • JavaScript - JS is an Open source runtime environment, built on the Chrome browser's V8 engine
  • Tailwind CSS - 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 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 guide by GitHub.

Warning: Please do not spam the repository with unnecessary PRs. Make sure to follow the project's code of conduct.

Getting Started: Running the Project Locally

Why npm ?

npm relied upon by more than 17 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe.

Install dependencies

For frontend

npm install -D @tailwindcss/forms
npx tailwindcss -i ./src/input.css -o ./dist/style.css --watch

This Project was part of

SWOC23