Skip to content

parulsurana/SheHacks_Team-017

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GENERATION GAP

She Hacks'21

visit website

SheHacks_Team-017 forks SheHacks_Team-017 stars SheHacks_Team-017 issues SheHacks_Team-017 pull-requests

🗂 CONTENT:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

📌 She Hack'21

📌 Inspiration

📌 Tech Stack

📌 Features

📌 Steps to follow

📌 ScreenShots

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

🏷️ Inspiration

With technology advancing at an exponential rate in today's world, the gap between the older and young generations have increasingly widened, thus highlighting concerns around a rapidly growing technological generation gap.

Despite the reality of the digital divide, the generation gap in modern work life can be overcome with the culprit itself - technology. How ?

Presentation

⬆️ BACK TO CONTENT



🏷️ Tech Stack
+ React +
+ Firestore +
+ Adobe Photoshop +
+ Material UI +
+ Html +
+ css +
+ javascript +

⬆️ BACK TO CONTENT



🏷️ Features

Main Features

👉 Map - To bridge the gap between the Young and Old generation.
👉 To attract the old generation towards technology, is extremely intuitive for users yet combines the latest technologies

Additional Features

👉 Talk - Chat to your peer, friends, family and colleagues
👉 News - Daily news about events, technologies and other delivered right to your screen.
👉 Notes - Enter your daily diary entries without having to carry your diary with you.
👉 Dictionary - Learn new words from different languages on a daily basis and enrich your vocabulary.
👉 Games - Play games, relax. And have fun. while winning against your childhood friends.
👉 Take a Tour - Don’t know how to access these features? Don’t word, click on Take a Tour button on home screen and start your journey with technology.

⬆️ BACK TO CONTENT



⭐ Steps to follow 📜


1️⃣ Fork it 🍴

You can get your own fork/copy of SheHacks_Team-017 by using the Fork button.


### 2️⃣ Clone it 👥

You need to clone (download) it to local machine using

$ git clone https://github.com/sejal8745/SheHacks_Team-017.git

This makes a local copy of repository in your machine.

Once you have cloned the SheHacks_Team-017 repository in Github, move to that folder first using change directory command on linux and Mac.

# This will change directory to a folder SheHacks_Team-017
$ cd SheHacks_Team-017

Move to this folder for all other commands.


3️⃣ Set it up ⬆️

Run the following commands to see that your local copy has a reference to your forked remote repository in Github :octocat:

$ git remote -v
origin  https://github.com/Your_Username/SheHacks_Team-017.git (fetch)
origin  https://github.com/Your_Username/SheHacks_Team-017.git (push)

Now, lets add a reference to the original SheHacks_Team-017 repository using

$ git remote add upstream https://github.com/sejal8745/SheHacks_Team-017.git

This adds a new remote named upstream. See the changes using

$ git remote -v
origin    https://github.com/Your_Username/SheHacks_Team-017.git (fetch)
origin    https://github.com/Your_Username/SheHacks_Team-017.git (push)
upstream  https://github.com/sejal8754/SheHacks_Team-017.git (fetch)
upstream  https://github.com/sejal8745/SheHacks_Team-017.git (push)

### 4️⃣ Sync it ♻️

Always keep your local copy of repository updated with the original repository. Before making any changes and/or in an appropriate interval, run the following commands carefully to update your local repository.

# Fetch all remote repositories and delete any deleted remote branches
$ git fetch --all --prune

# Switch to `master` branch
$ git checkout master

# Reset local `master` branch to match `upstream` repository's `master` branch
$ git reset --hard upstream/master

# Push changes to your forked `SheHacks_Team-017` repo
$ git push origin master

### 5️⃣ Ready Steady Go... 🐢 🐇

Once you have completed these steps, you are ready to start contributing by checking our Help Wanted Issues and creating pull requests.


6️⃣ Create a new branch ‼️

Whenever you are going to make contribution. Please create seperate branch using command and keep your master branch clean (i.e. synced with remote branch).

# It will create a new branch with name Branch_Name and switch to branch Folder_Name
$ git checkout -b Folder_Name

Create a seperate branch for contibution and try to use same name of branch as of folder.

To switch to desired branch

# To switch from one folder to other
$ git checkout Folder_Name

To add the changes to the branch. Use

# To add all files to branch Folder_Name
$ git add .

Type in a message relevant for the code reveiwer using

# This message get associated with all files you have changed
$ git commit -m 'relevant message'

### 8️⃣ Share your work 🤩

Now, Push your awesome work to your remote repository using

# To push your work to your remote repository
$ git push -u origin Folder_Name

Then, go to your repository in browser and click on compare and pull requests. Then add a title and description to your pull request that explains your precious effort.

⬆️ BACK TO CONTENT


🏷️ ScreenShots

News

x1

Notes

x2

games

x3

Chit Chat

x4

⬆️ BACK TO CONTENT



Contributors:

Credit goes to these wonderfull people: ✨

About

Connect Older Generation to the Technology!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.4%
  • CSS 26.0%
  • HTML 1.6%