Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johndev19/simple-portfolio
- Owner: JohnDev19
- License: mit
- Created: 2024-11-15T07:25:25.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T08:11:42.000Z (2 months ago)
- Last Synced: 2024-11-15T08:25:40.739Z (2 months ago)
- Topics: css, tailwind, typescript, web-development
- Language: TypeScript
- Homepage:
- Size: 194 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.