Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4marsha1/nccnits
This is the official website of NCC NITS. The website is built with ReactJs.
https://github.com/4marsha1/nccnits
reactjs
Last synced: about 22 hours ago
JSON representation
This is the official website of NCC NITS. The website is built with ReactJs.
- Host: GitHub
- URL: https://github.com/4marsha1/nccnits
- Owner: 4Marsha1
- Created: 2021-09-28T13:10:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T21:26:41.000Z (over 2 years ago)
- Last Synced: 2023-11-24T00:23:58.776Z (12 months ago)
- Topics: reactjs
- Language: JavaScript
- Homepage:
- Size: 72.9 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NCCNITS
### Figma Link :
https://www.figma.com/file/Rsr1u4YSp43by47etChfK8/NCC-NITS?node-id=0%3A1
### Doc Link :
https://docs.google.com/document/d/1YvLJApgERYcyVJQaWi2G_LoQtHzvdvUvdzdiIbsk29g/edit?pli=1## FIRST TASK FOR ALL:
### Clone Repository:
```
git clone https://github.com/4Marsha1/NCCNITS
```## EVERYTIME YOU WORK ON A NEW ISSUE:
### Pull the main
```
git pull origin main --rebase
```
(ALWAYS DO THIS STEP TO AVOID ANY MERGE CONFLICTS)### Make a new branch
```
git checkout -b yourinitials_branchname
```
(eg: ab_homescreenfooter)### Add and commit
```
git add .
git commit -m “footer details added”
```### Push
```
git push --set-upstream origin ab_homescreenfooter
```## Happy Coding