Skip to content

harshit977/FreeOSenior-Frontend

 
 

Repository files navigation

FreeOSenior

SENIORS are NEVER FAR, the MATERIAL is NEVER LESS, QUERIES can be SOLVED, the CONNECTIVITY will NEVER MESS. FreeOSenior is the Platform through which seniors can share their valuable knowledge, material, free courses info, assignments etc. when juniors come through different problems faced in daily college life. Moreover they can ask their doubts about different jargons they came across in their academics. Seniors will get an easy access to juniors on any kind of promotions or they will get the popularity points for the same. Seniors can also segregate juniors on the basis of technicality and other skills for making teams etc.

The Idea

The basic idea is to create a platform for the different sections of juniors (based on skills like competitive programming, IOT etc) no matter where they are and who they are just provide a platform to ensure they get to connect with the seniors of their type, their level of intelligence and hence perceive a great access to things. In the current situation(COVID-19) this platform can be a great help to freshers.

Vision

Hello!!

Ever thought about getting already made assignments by the seniors? Ever thought of the resources your seniors used? Ever thought of connecting peeps with the same interests and same level of thinking? Ever tried to get everything related to academics, skills etc. in few clicks? Oreverfaced some problems in your academics or college life and there was no one around to guide you??? Or taken one on the reference of a friend, only to have the guide leave you stranded in the middle of research.

Well, we've faced the same problems too. And we decided to help fix it. So we've created FreeOSenior, a place for all types of guidance and knowledge. It's very simple: You enter yourbranch , yourneed and yourskills. We would analyze authenticity and aptitude through our resources categorize you. We will provide you every help and many more users with same goal as yours .! It's that simple!

Everybody will have the access to the assignments and works your seniors have done in the previous year for reference. From the code they used in their project Psd files of fests of posters.

Run FreeOSenior

On your local machine: npm run develop or npm start
Global deployed link: https://freeosenior.netlify.app

Technologies Used

  • Basics:- HTML, CSS and JavaScript
  • Node Module Manager:- Node.js
  • Front-end Framework:- Gatsby.js
  • Front-end Libraries:- Bootstrap & Material UI
  • Back-end Framework:- Express.js
  • Database System:- MongoDB
  • Version Control:- Git & Github

Keys to Success

  • No-Such Current Platform
  • Contents will be authenticated before publishing
  • Introvert Juniors and Seniors will also get a platform who are not part of any societies or clubs
  • Looking at the situation of COVID-19 pandemic the platform like this website can prove to be a awesome source for fresher and Seniors to interact with them in terms of academics, co-curricular etc.

Follow these steps to contribute to FreeOSenior:

Setting up git

If you don't have git on your machine, install it.

Fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone the repository

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

Open a terminal and run the following git command:

git clone "url you just copied"

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.

for example:

git clone https://github.com/iamparasbansal/FreeOSenior-Frontend.git

Create a branch

Change to the repository directory on your computer (if you are not already there):

cd directory-name

Now create a branch using the git checkout command:

git checkout -b your-new-branch-name

For example:

git checkout -b update

Please Note : Name your branch in accordance with you work.

Make necessary changes and commit those changes

If you go to the project directory and execute the command git status, you'll see there are changes.

Add those changes to the branch you just created using the command:

git add .

Now commit those changes using the git commit command:

git commit -m "Add your committing message here"

Note: Please visit the open issues section before making any contribution.

Push changes to GitHub

Push your changes using the command git push:

git push origin <add-your-branch-name>

replacing <add-your-branch-name> with the name of the branch you created earlier.

Submit your changes for review

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

Now submit the pull request.

Contributors:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • CSS 2.9%
  • SCSS 2.2%