-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ (About.jsx): Add Recommendations component to About page for displa…
…ying recommendations section 📝 (Recommendations.jsx): Create Recommendations component for displaying recommendations section in About page ♻️ (Backend.jsx): Update backend tech skills list by replacing GraphQL with ExpressJs and adding JAVA (Basic) ♻️ (Frontend.jsx): Update frontend tech skills list by adding Svelte and moving Javascript entry ♻️ (HighSkills.jsx): Update high skills tech skills list by adding NextJs and moving Redux entry ♻️ (Other.jsx): Update other tech skills list by replacing Typescript with Docker, adding GraphQL, and adding WebSocket ♻️ (TechSkills.jsx): Rearrange the order of components in TechSkills to display Other section last in the list
- Loading branch information
Showing
7 changed files
with
45 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import React from "react"; | ||
|
||
const Recommendations = () => { | ||
return ( | ||
<div> | ||
<h1>recommendations</h1> | ||
</div> | ||
); | ||
}; | ||
|
||
export default Recommendations; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters