Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majdi-akrmi/my_portfolio
This is my Portfolio Website
https://github.com/majdi-akrmi/my_portfolio
Last synced: about 2 months ago
JSON representation
This is my Portfolio Website
- Host: GitHub
- URL: https://github.com/majdi-akrmi/my_portfolio
- Owner: Majdi-Akrmi
- License: mit
- Created: 2024-03-05T00:45:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T01:47:36.000Z (11 months ago)
- Last Synced: 2024-03-06T01:58:20.594Z (11 months ago)
- Language: TypeScript
- Size: 8.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# My Portfolio
This is my Portfolio Website built using React, Tailwind CSS, and TypeScript.
The website showcases my skills and projects as a full-stack developer and Data Engineer.## Portfolio Link
You can check now my Portfolio Website on this link.
https://majdi-akrmi-portfolio.netlify.app
## Screenshots
![Capture d’écran (28)](https://github.com/Majdi-Akrmi/My_Portfolio/assets/79527609/5c815d4c-4c1e-4ad4-8dd7-d3135d5016ef)![Capture d’écran (27)](https://github.com/Majdi-Akrmi/My_Portfolio/assets/79527609/fdc9ef5b-7dec-45a8-ac62-23bc97f16cb5)
![portfolio](https://github.com/Majdi-Akrmi/My_Portfolio/assets/79527609/1c2cc466-9a6d-492f-b7bf-a58c8b839d1f)
## Tech Stack
React, TailwindCSS, TypeScript
## Run Locally
Clone the project
```bash
git clone https://github.com/Majdi-Akrmi/My_Portfolio.git
```Go to the project directory
```bash
cd My_Portfolio
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```