A student information system to add student related information.
- Home Screen - to enter into the system
- Chatbot Screen - for entering information by interacting with a chatbot
- Confirmation Screen - to verify the details entered by the user
- REACT.js - for building frontend components
- React-Redux - a library for maintaining global state
- React-chatbot-kit - for adding the chatbot functionality
-
Clone the repository into your local system
-
Install the dependencies
npm install
-
Start the app in development mode
npm run start
(Home Page)
(ChatBot Page)