Result Analyser, a web scraping tool that can fetch and display results from my university website. Frontend of Result Analyser is created using React js and backend with Python. I used Selenium and BeautifulSoup to scrape the data and process it. The tool can show each semester's result and calculate the average of each semester for any student. If you want to see how Result Analyser works, check out the demo video here: Click to view demo vedio .
- Result Analyser
- Table of Contents
- Installation
- How to run Result Analyser
- Screenshots of Result Analyser
- Technology Stack
-
Fork this repository
-
To clone repository in your local system, open your terminal and run below command
$ git clone https://github.com/your-user-id/result-analyser.git
-
- Python should be installed in your system
- Node should be installed in your system
-
-
To start backend run below command
$ python api.py
-
To start frontend run below command
$ npm run start
-
Creating build file
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.
Your app is ready to be deployed!$ npm run start
-