[FE] Set up FE project
Closed this issue · 2 comments
andlo779 commented
As a user I want to be able to use the functionality from Concrete app in a web browser.
Acceptance criteria:
- new GitHub project: Cement
- teck stack (npm init vite@latest demo-project -- --template react-ts)
- Vite
- React
- TypeScript
-
GitHub Actions for build lint and test? - Two pages:
- Main
- content:
- Simple welcome message
- content:
- About
- content:
- Small text about this project
- Link to email
- Link to GitHub (Concrete + Cement)
- content:
- Navigation
- static navigation to Main(Home?) and About page
- position: top left (header)
- Footer
- Licence (MIT link to GitHub?)
- Copyright (Andreas Lord + email link)
- Link to About
- Main
Lessons learned:
This task was already way to big 😄
And some of the acceptance criteria needs more discovery, like Copyright.
andlo779 commented
For footer I used this link as inspiration:
https://www.geeksforgeeks.org/how-to-create-a-simple-responsive-footer-in-react-js/
andlo779 commented
For navigation I used this link as inspiration:
https://www.geeksforgeeks.org/create-a-responsive-navbar-using-reactjs/