student-portal-frontend

This is frontend of the student portal that is created using react.

Features Planned

  • Available Soon

Status

  • Website is in development phase

Tech Stack

  • React.js
    • create-react-app
    • bootstrap
    • redux

Build and Run

Prerequisites -

  1. Install Node.Js and npm

Run Software

  1. Clone Repo
    • $> git clone https://github.com/Surya1231/student-portal-frontend.git
  2. Change Directory
    • $> cd student-portal-frontend/
  3. Install Dependencies
    • $> npm install
  4. Start server
    • $> npm start

Supported Scripts

  • Run Project npm start
  • Build Project npm run build
  • Prettify Code npm run prettify
  • Test npm run test

Directory structure

student-portal
┣ node_modules
┣ public
┃ ┣ images
┃ ┣ index.html
┃ ┣ manifest.json
┃ ┗ robots.txt
┣ src
┃ ┣ components
┃ ┃ ┗ common
┃ ┣ store
┃ ┃ ┣ actions
┃ ┃ ┣ reducers
┃ ┃ ┗ store.js
┃ ┣ styles
┃ ┃ ┣ css
┃ ┃ ┃ ┗ common.css
┃ ┃ ┗ scss
┃ ┃ ┃ ┣ common.scss
┃ ┃ ┃ ┗ global.scss
┃ ┣ utils
┃ ┣ App.js
┃ ┣ index.js
┃ ┗ serviceWorker.js
┣ .eslintrc
┣ .gitignore
┣ .prettierrc
┣ package-lock.json
┣ package.json
┗ README.md

Contrubution guidelines

  • Available Soon

Credits