Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisalrenuja/msclubwesite-v2
MS Club Official Website - Version 2.0
https://github.com/nisalrenuja/msclubwesite-v2
Last synced: 5 days ago
JSON representation
MS Club Official Website - Version 2.0
- Host: GitHub
- URL: https://github.com/nisalrenuja/msclubwesite-v2
- Owner: nisalrenuja
- License: mit
- Created: 2021-11-26T16:32:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T18:12:55.000Z (about 3 years ago)
- Last Synced: 2024-11-25T16:35:35.275Z (2 months ago)
- Language: TypeScript
- Homepage: https://msclubofsliit-v2.web.app
- Size: 11.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Firebase CD](https://github.com/ms-club-sliit/msclubwebsite/actions/workflows/firebase-deploy.yml/badge.svg)](https://github.com/ms-club-sliit/msclubwebsite/actions/workflows/firebase-deploy.yml)
![Pull Requests](https://badgen.net/github/open-issues/ms-club-sliit/msclubwesite-v2)
![Contributors](https://badgen.net/github/contributors/ms-club-sliit/msclubwesite-v2)# MS Club of SLIIT - Website V2
Your one-stop portal to all things regarding MS Club of SLIITπ
Read further to know how **you** can start contributing to MS Club!## Quick Links
- [Tech Stack](#tech-stack)
- [How to contribute](#how-to-contribute)
- [Learning Resources](#i-really-want-to-contribute-but-where-do-i-start)## [Tech Stack](#Tech-Stack)
![banner-whitebg-spacing-10px(2)](https://user-images.githubusercontent.com/73905901/126197938-6f1301fb-623f-4d0a-8bce-5b268722da1c.png)
## [How to contribute](#how-to)
1. Fork the repo on GitHub.
2. Clone the project to your own machine.
```git clone https://github.com//msclubwebsite.git```
3. Create a branch using the git checkout command.
`git checkout -b `
4. Stage your changes and commit with a meaningful commit message.
```
git add .
git commit -m ""
```5. Push your work back up to your fork.
`git push origin `
6. Submit a Pull request so that we can review your changes. [Learn about creating a pull request.](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
## [I really want to contribute but where do I start?](#resources)
We got your back. Here are some **FREE** resources for you to strengthen your web development skills and start firing some commits
**HTML / CSS / JS**
- [Web Development 101 by Microsoft Learn](https://docs.microsoft.com/en-us/learn/paths/web-development-101/)
- [Responsive Web Design by freeCodecamp](https://www.freecodecamp.org/learn/responsive-web-design/)
- [Learn Javascript for free by Scrimba](https://scrimba.com/learn/learnjavascript)
- [HTML & CSS Crash Course by Scrimba](https://scrimba.com/learn/htmlcss)
- [Learn Modern Javascript by freeCodeCamp + Scrimba](https://scrimba.com/learn/es6)**React.js**
- [React course by freeCodeCamp](https://www.freecodecamp.org/learn/front-end-libraries/#react)
- [Learn React by Scrimba](https://scrimba.com/learn/learnreact)## Contributors