deepak821 / DSCK-Website

Official Website being made with React & Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer Student Clubs, KGEC - Official Website

Technologies used

React for frontend, Firebase for backend

Project Duration

26th November'20-Live

Repository Structure

It is important to understand the directory structure before contributing!

.
    ├── backend                   # Backend Scripts
    ├── frontend                  # Frontend: using React
    ├── rawdesign                 # Raw Design Theme using HTML, CSS
    ├── LICENSE
    └── readme.md

How to contribute - Getting Started

Before making any changes, let us know which section you would like to contribute either by opening an Issue or notifying us on our Discord Server.

  1. Fork the Repository - Learn How
  2. Clone the project to your system - Learn How
  3. Make all your desired changes to the code.
  4. Send a Pull Request! - Learn How

To update the forked repo with the master one:

git remote add upstream https://github.com/DSCKGEC/DSCK-Website.git
git fetch upstream
git rebase upstream/main
git pull origin main     (Grabs online updates and merges them with local work)
git pull

Contributors

About

Official Website being made with React & Firebase

License:MIT License


Languages

Language:HTML 46.7%Language:SCSS 25.8%Language:TypeScript 14.6%Language:JavaScript 6.5%Language:CSS 6.4%