From 2b597b59a6080654f0813f0ac72ae067a38b9072 Mon Sep 17 00:00:00 2001 From: Franco Borrelli Date: Mon, 15 Apr 2024 14:41:29 -0300 Subject: [PATCH] Update README.md --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f18dea5..5a39ab7 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,16 @@ # 🎵 Personal Portfolio -My personal portfolio which features some of my github projects as well as my resume and technical skills. - -This project was built using these technologies: - -⚡️ React.js +![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) +![Redux](https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge&logo=redux&logoColor=white) +![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) +![SASS](https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white) +![Ant-Design](https://img.shields.io/badge/-AntDesign-%230170FE?style=for-the-badge&logo=ant-design&logoColor=white) -⚡️ Typescript - -⚡️ Sass +My personal portfolio which features some of my github projects as well as my resume and technical skills. -⚡️ Ant Design -## 🛠️ Getting Started +## 👨‍💻 How to Run locally To install project dependencies, navigate to the project directory and execute the following command: @@ -22,7 +19,6 @@ To install project dependencies, navigate to the project directory and execute t yarn install ``` -To Run the app in the development mode, run the following command: ``` yarn start