BALaka-18 / rake_new2

A Python library that enables smooth keyword extraction from any text using the RAKE(Rapid Automatic Keyword Extraction) algorithm.
MIT License
29 stars 20 forks source link

Created React App #65

Closed Ashuto7h closed 2 years ago

Ashuto7h commented 3 years ago

Description of the change

Implemented React app and backend in python.

Related Issues & Documents

Issue #31 Issue #57

What type of PR is this?

QA Instructions(if necessary), Screenshots of Output or Recordings

image

web app structure -

__ react_app     |client (contains react app)     |server (contains flask backend)

To run the react app

To run the flask backend

This PR contains the react app as described in issue #31, along with some nice animation effects.

Everything is working fine except the file upload button. I will try to fix it in the next PR.

Added tests?

Added to documentation / readme or updated requirements.txt(if needed)?

BALaka-18 commented 3 years ago

@Ashuto7h looks good, will review soon. However, your logo and color scheme don't go hand in hand with what others working on this issue had submitted earlier. Did you collaborate with them ?

Ashuto7h commented 3 years ago

No I didn't collaborated with them. I just followed the conversation on issues and created this.

The issue was not active for a long time and @kenkirito just allowed me to work on it.

I will later change the color scheme and logo according to what you want.