aceace001 / SE-Spring2022

1 stars 1 forks source link

Initial frontend UI #6

Open aceace001 opened 2 years ago

aceace001 commented 2 years ago

The frontend design is based on a React structure template, the global template is generated with the command "npm start", and it's auto-generated in Goland IDE in this case. This first draft implementation includes UI design and layout for Home Page, Login Page, Register Page, a global "taskbar" on top to redirect between pages, and a draft page after login. Users can sign up for a new account and then use the credentials to login. Each page is linked through React Route, however, the database that stores user credentials and server API that transfer information between registered users and login still need more work to collaborate with the backend. The draft is uploaded to branch "frontend #1".