This repository contains a sample portfolio that will be updated soon.
- Showcase projects
- Display skills and experience
- Contact information
To get started with myPortfolio, follow these steps:
- Clone the repository:
git clone https://github.com/ErebAsh/myPortfolio.git- Install dependencies:
npm install- Run the application:
npm startHere's an example of how to use myPortfolio:
import React from 'react';
function App() {
return (
<div>
<h1>Welcome to my Portfolio</h1>
{/* Add your content here */}
</div>
);
}
export default App;The project has the following dependencies:
{
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
}Contributions are welcome! To contribute to myPortfolio, follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.