HackYourFuture-CPH / rate-my-cv

MIT License
1 stars 2 forks source link

App's Homepage #119

Closed dpfernandes closed 3 years ago

dpfernandes commented 3 years ago

User story

Who: As a user

What: I want to open the homepage

Why: so that we can check what does the app do and choose what I want to use.

Acceptance criteria

Check the existing components and implement this the design below using this container src/client/containers/Home/Home.js

image

Implementation details

Use the components below:

Header - https://github.com/HackYourFuture-CPH/rate-my-cv/issues/31 Feature Image for Homepage with Title + Text + Button - https://github.com/HackYourFuture-CPH/rate-my-cv/issues/102 Instructions component - https://github.com/HackYourFuture-CPH/rate-my-cv/issues/101 Feature write your resume - https://github.com/HackYourFuture-CPH/rate-my-cv/issues/88 Feature review resumes- https://github.com/HackYourFuture-CPH/rate-my-cv/issues/88
 Title Component List CV Card Reviews - https://github.com/HackYourFuture-CPH/rate-my-cv/issues/39 Button to see all the uploaded resumes - redirects to my Dashboard page /src/client/containers/Dashboard/ (need to add this container) Footer - https://github.com/HackYourFuture-CPH/rate-my-cv/issues/33