Skip to content

Commit

Permalink
Merge pull request #102 from TechLabs-Berlin/frontend
Browse files Browse the repository at this point in the history
Frontend
  • Loading branch information
Andreyqo authored Apr 8, 2023
2 parents 5c8a3c0 + 4367a9f commit d034299
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Since our solution required a lot of API requests, I had to make sure all the ca

## Frontend

As the frontend developer, I used my React knowledges to create an intuitive and engaging interface for the application. I implemented several features to enhance user experience, including:
As the frontend developer, I used my React knowledges to create an intuitive and engaging responsive interface for the application. I implemented several features to enhance user experience, including:

### 🌓 Dark mode by default:

Expand All @@ -240,7 +240,7 @@ I used modal windows for two purposes: user authentication and displaying feedba

### 🔌 Connecting with Backend:

my primary responsibility was to ensure the frontend displayed data correctly from the backend. I collaborated with Andrey to optimize communication between the frontend and NodeJS server, requiring an understanding of API requests and responses.
My primary responsibility was to ensure the frontend displayed data correctly from the backend. I collaborated with Andrey to optimize communication between the frontend and NodeJS server, requiring an understanding of API requests and responses.

 

Expand Down
1 change: 0 additions & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ function App() {
</button>
{authUser ? (
<>
{/* <p>{`Signed In as ${authUser.email}`}</p> */}
<button onClick={userSignOut}>Sign Out</button>
</>
) : (
Expand Down
Binary file removed frontend/src/components/01_header/man_header.png
Binary file not shown.
Binary file not shown.

0 comments on commit d034299

Please sign in to comment.