Closed Ashuto7h closed 2 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 ?
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.
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
web app structure -
__ react_app |client (contains react app) |server (contains flask backend)
To run the react app
npm install
npm start
To run the flask backend
flask run
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)?