andlo779/cement

[FE] Set up FE project

Closed this issue · 2 comments

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
    • About
      • content:
        • Small text about this project
        • Link to email
        • Link to GitHub (Concrete + Cement)
    • 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

Lessons learned:

This task was already way to big 😄
And some of the acceptance criteria needs more discovery, like Copyright.