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.
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
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.
- Go through the 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 section.
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