-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display all projects in landing page #175
base: main
Are you sure you want to change the base?
Conversation
the layout looks solid but maybe add the backend call in this PR as well? |
0b51ac2
to
f105f7a
Compare
It is actually included thanks to @CurtisMIT , go to the backend folder, run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peterghrong overall looks good to me. A minor question, why inprogress
over inProgress
?
}: ProjectCardProps) => { | ||
return ( | ||
<div> | ||
<img src="https://assets.bonappetit.com/photos/5c62e4a3e81bbf522a9579ce/5:4/w_2815,h_2252,c_limit/milk-bread.jpg"></img> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peterghrong sorry is it possible to add a dummy alt
property here to suppress the compiler warnings lol
f105f7a
to
4045590
Compare
4045590
to
6b72d00
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pulled it, ran it, LGTM!
Summary
Display all projects in the landing home page, no responsiveness atm so thats a todo.
![React App](https://user-images.githubusercontent.com/66083521/123353817-608e0a00-d530-11eb-9bc1-17e410409129.png)
Test Plan
Who needs testing in the frontend xD
Related Issues
Which issues does this PR resolve/work on?
Closes #131
Lots of bread, cleaned up a bit now its less ugly