Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alsabribhuiyan0/al-sunny-portfolio
My personal portfolio website built with Next.js and Tailwind CSS, showcasing my skills, projects, and experiences.
https://github.com/alsabribhuiyan0/al-sunny-portfolio
ghdesktop github github-copilot heroku javascript learn portfolio reacrjs typescript website
Last synced: 3 days ago
JSON representation
My personal portfolio website built with Next.js and Tailwind CSS, showcasing my skills, projects, and experiences.
- Host: GitHub
- URL: https://github.com/alsabribhuiyan0/al-sunny-portfolio
- Owner: AlSabriBhuiyan0
- License: gpl-3.0
- Created: 2024-10-16T21:20:44.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-10-17T18:59:46.000Z (28 days ago)
- Last Synced: 2024-10-20T02:03:14.047Z (26 days ago)
- Topics: ghdesktop, github, github-copilot, heroku, javascript, learn, portfolio, reacrjs, typescript, website
- Language: TypeScript
- Homepage: http://www.alsunny.live
- Size: 828 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# About Project
My personal portfolio website built with Next.js and Tailwind CSS, showcasing my skills, projects, and experiences.## Introduction
Welcome to my personal portfolio website! This project is built using Next.js and Tailwind CSS to showcase my skills, projects, and experiences. It serves as a central place to share my work and connect with others.### Features
- Responsive design that works on all devices
- Showcases projects with descriptions and links
- Displays skills and experiences
- Contact form for reaching out
- Fast and optimized performance### Technologies Used
- Next.js: A React framework for building fast web applications
- Tailwind CSS: A utility-first CSS framework for rapid UI development
- TypeScript: A strongly typed programming language that builds on JavaScript## Installation
To get a local copy of the project up and running, follow these steps:
#### Clone the repository:
```
git clone https://github.com/Alsabribhuiyan0/Al-Sunny-Portfolio.git
```
#### Navigate to the project directory:
```
cd Al-Sunny-Portfolio
```
#### Install dependencies:
```
npm install
```## Usage
To run the project locally, use the following command:
```
npm run dev
```
Open your browser and navigate to http://localhost:3000 to view the portfolio website.## Contributing
Contributions are welcome! If you have any suggestions or improvements, please fork the repository and create a pull request. For major changes, please open an issue to discuss what you would like to change.1. Fork the Project
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
3. Commit your Changes (git commit -m 'Add some AmazingFeature')
4. Push to the Branch (git push origin feature/AmazingFeature)
5. Open a Pull Request