Skip to content

Commit

Permalink
Added image
Browse files Browse the repository at this point in the history
  • Loading branch information
foyzulkarim committed Jul 22, 2021
1 parent 537274f commit 085f617
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

In this repository I will keep adding the production best practices we should follow in a MERN (MongoDB, Express.js, React.js, and Node.js) project.

![Product List Page](./docs/images/product-list-search-result.png)

## Technology stack

As the name suggests, this repository is built on top of Express.js and React.js, however in the implementation detail, we will find other supporting technologies as well.
Expand Down
2 changes: 1 addition & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function App() {
<Layout>
<Header>
<Space>
<div className="logo" ><h1 className='header'>Feature flag</h1></div>
<div className="logo" ><h1 className='header'>RBAC MERN Boilerplate</h1></div>
{auth.isAuthenticated && auth.profile && <h2 className='header'>{auth.profile.name}</h2>}
{auth.isAuthenticated && <Button onClick={() => { handleAuth(false) }}>Log out</Button>}
</Space>
Expand Down
Binary file added docs/images/product-list-search-result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 085f617

Please sign in to comment.