Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 962 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 962 Bytes

Student Information System

A student information system to add student related information.

Screen

  1. Home Screen - to enter into the system
  2. Chatbot Screen - for entering information by interacting with a chatbot
  3. Confirmation Screen - to verify the details entered by the user

Techstack

  • REACT.js - for building frontend components
  • React-Redux - a library for maintaining global state
  • React-chatbot-kit - for adding the chatbot functionality

Installation

  1. Clone the repository into your local system

  2. Install the dependencies

    npm install
  3. Start the app in development mode

    npm run start

Screenshots

image

(Home Page)

image

(ChatBot Page)