Coder Social home page Coder Social logo

cdc-placement-website-frontend's Introduction

Frontend Repo for CDC Placement Website

Folder Structure

.src
├── Student                   # Files related to Student portal
│   ├── api                   # APIs for fetching dashboard, profile and submitting job-application form
│   ├── components            # Student Portal components
│   ├── images 
│   └── App.js                # Main App for Student portal
├── Admin                       # To be created...
│   ├── api                   
│   ├── components           
│   ├── images 
│   └── App.js                # Main App for Admin portal
├── api
│   └── auth.js               # API for sign-in
├── components                # Website wide used components
├── images                    
├── utils                     # Tools and utilities
├── App.js                    # Main App for the whole web-application
├── index.css
└── index.js

Getting Started

Quick Start

Fork it :

Get your own Fork/Copy of repository by clicking Fork button right upper corner

Clone:
$ git clone https://github.com/CDC-IITDH/cdc-placement-website-frontend.git
$ cd cdc-placement-website-frontend
Branching
$ git checkout -b [your_branch_name]
Setting up Project

Install and setup NodeJS. To check, running node -v on terminal should give a number like `v15.14.0

$ npm i
$ npm start

See the running application at http://localhost:3000/ after running this command



NOTE To sign-in and start using the web-application you'll need React-Login API secret key and your email verified by the backend. Please show your interest in contributing by sharing your email-id on Github-issue(#9) and we will share the keys and get your email verified.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.