mustafa-tariqk / mindscape

Experience the truth of the trip
https://research.cs.queensu.ca/home/cisc498/index.html
MIT License
16 stars 0 forks source link

61 front end pages styling #62

Closed ComeOnConMan closed 5 months ago

ComeOnConMan commented 5 months ago

What does this PR do?

This pull request is simply to merge in the extra front end pages that have been added for the sake of convenience. I have Added a Login, Completion, and very basic skeletal admin page. BONUS: After getting lost in the sauce, all 3 graphical components seen in the Completion page have been created. The components just need a connection to the backend, and work on temporary data as of right now. The word cloud, experience similarity pie chart, and the table with classification information have been added.

Github Issue Number

Resolves: #61 Pages created and ready to begin some more advanced implementation

Relates to:

Author checklist

If any of these points have yet to be satisfied, make sure that you set the title to the format DRAFT #issue-num Title

Reviewer checklist

mustafa-tariqk commented 5 months ago

Gonna add a couple requirements here:

1 is optional, you should do it if you want a good grade, I mean we said we were gonna make code docs in presentations + we mention to go there to look in README.

2 is critical, if it doesn't get done I have to do extra work (editing all instances of 127.0.0.1 to another url/ip) every time I want the server up and running.

BasicallyOk commented 5 months ago

Some more information, dotenv does not work in React out of the box because the browser cannot read the local dotenv file. So it takes some work baking it into the webpack first.