Skip to content

ErebAsh/myPortfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myPortfolio

JavaScript

This repository contains a sample portfolio that will be updated soon.

Key Features and Highlights

  • Showcase projects
  • Display skills and experience
  • Contact information

Installation

To get started with myPortfolio, follow these steps:

  1. Clone the repository:
git clone https://github.com/ErebAsh/myPortfolio.git
  1. Install dependencies:
npm install
  1. Run the application:
npm start

Usage

Here'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;

Dependencies

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"
}

Contributing

Contributions are welcome! To contribute to myPortfolio, follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature)
  6. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This is my sample Portfolio I will update it as soon as possible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published