Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johndev19/simple-portfolio

This is a simple personal portfolio website showcasing skills, projects, and experience. This website is built using Next.js with TypeScript and Tailwind CSS.
https://github.com/johndev19/simple-portfolio

css tailwind typescript web-development

Last synced: about 2 months ago
JSON representation

This is a simple personal portfolio website showcasing skills, projects, and experience. This website is built using Next.js with TypeScript and Tailwind CSS.

Awesome Lists containing this project

README

        

# Simple Portfolio

This is a simple personal portfolio website showcasing skills, projects, and experience. This website is built using **Next.js** with **TypeScript** and **Tailwind CSS**.

![ScreenShot](IMG_20241115_155746.jpg)

## Technologies Used

- **Next.js**: A React framework for building server-rendered applications.
- **TypeScript**: A typed superset of JavaScript that compiles to plain JavaScript.
- **Tailwind CSS**: A utility-first CSS framework for styling.
- **Font Awesome**: For icons used throughout the portfolio.

## Installation

To get started with the project, follow these steps:

1. **Clone the repository**:
```bash
git clone https://github.com/JohnDev19/Simple-Portfolio.git
```

2. Navigate to the project directory:
```bash
cd Simple-Portfolio
```

3. Install dependencies
```bash
npm install
```

4. Run the development server:
```bash
npm run dev
```

5. Open your browser and go to http://localhost:3000 to view the portfolio

### Contributing
Contributions are welcome! If you have suggestions for improvements or want to add features, feel free to fork the repository and submit a pull request.

1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature/YourFeature
```

3. Make your changes and commit them:
```bash
git commit -m "Add some feature"
```

4. Push to the branch:
```bash
git push origin feature/YourFeature
```

5. Open a pull request.

### License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.