oss-slu / esp

MIT License
0 stars 1 forks source link

Migration of frontend from Angular to React js #53

Closed SiriChandanaGarimella closed 4 months ago

SiriChandanaGarimella commented 4 months ago

Fixes issue #52

What was changed?

  1. Migrated the existing frontend from angular to react js.
  2. Added an About page
  3. Changed the button name from 'Convert' to 'Download Output'
  4. Added an AI-generated temporary logo.
  5. Updated the folder names from 'input files' to 'test-data', 'working' to 'orca-files', and 'broken' to 'gaussian-files'.
  6. Fixed the failing test case due to this change.
  7. Added a NavBar

*Here, describe what part of the application you changed (e.g. login page, database, etc.).

  1. All the frontend code was changed.
  2. The folder names changed from 'input files' to 'test-data', 'working' to 'orca-files', and 'broken' to 'gaussian-files'.
  3. Updated the test data path in app_test.py file

Why was it changed? To migrate the codebase from Angular to React js

image
SiriChandanaGarimella commented 4 months ago

@rkarmuri - Thanks for your feedback. I removed the package.json and node-modules outside the client-app folder now.