VishakAmin / Tap-Portal-Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


GitHub custom open for Contribution

Tap-Portal-Frontend

The aim of this project is to develop an online application for training and placement department of our college. The system is an application that can be accessed throughout the college with proper login provided. This system can be used as an application for the Training and the Placement officers (TPO) of the college to manage the student information with regard to placement. Student login should be able to upload their information in the form of CV. The application provides the facility of maintaining the details of the students.

This Repo is Frontend of Tap-Portal-Backend

Guidelines

Please try to follow these guidelines:

  • Use only CSS/SCSS or Styled Components for styling the app, DON'T use bootstrap, material UI, semantic UI or any other styling library. (Haha! πŸ˜‰ No shortcuts here 🀣)

  • Try to make the UI as elegant as possible, use Cards, box-shadows etc. Choose a subtle color-theme.

  • Prefer functional components over class components, use react hooks.

  • Unless absolutely necessary, don't use Redux for state management, try keeping things simple!

  • Only use images/content that are available for free and don't need any special license.

  • Last but not the least, use your imagination to build the coolest app you can think of ! 😻 πŸ”₯ πŸ”₯

How to Contribute

Note 1: If you've never made a pull request before, or participated in an open-source project, we recommend taking a look at this wonderful video tutorial. And if you want a more complete tutorial on using github, creating branches etc. , here's a detailed video series.Once you've got your feet wet, you're ready to come back and dive into Hacktoberfest fun!

Note 2: Super Important Only the pull requests created between October 1st, 2021 and October 31st, 2021 will be counted!

  1. Star this repository. πŸ˜›

  2. And then you have to fork (make a copy) of this repo to your Github account.

  3. Clone (download) your fork to your computer.

  4. Set your streams so you can sync your clone with the original repo (get the latest updates)

  5. Create a branch with your username.

  6. Make the changes in your branch. For eg. You're creating a navbar using ReactJS and your username is xyz so you've to follow the path /ReactJS/Navbar/xyz/[YOUR_REACT_FILE] and same goes with others.

  7. Commit and push the code to YOUR fork.

  8. Create a pull request to have the changes merged into the origin.

About


Languages

Language:SCSS 64.2%Language:JavaScript 33.6%Language:HTML 1.6%Language:CSS 0.6%