Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afzalimdad9/animated-portfolio
A creative & animated portfolio website using Next.js
https://github.com/afzalimdad9/animated-portfolio
Last synced: 2 months ago
JSON representation
A creative & animated portfolio website using Next.js
- Host: GitHub
- URL: https://github.com/afzalimdad9/animated-portfolio
- Owner: afzalimdad9
- Created: 2024-08-23T04:14:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T15:29:03.000Z (5 months ago)
- Last Synced: 2024-08-26T18:18:30.805Z (5 months ago)
- Language: JavaScript
- Homepage: https://animated-portfolio-galaxycodez.vercel.app
- Size: 9.28 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Afzal Imdad - Portfolio
This personal portfolio website is developed by using Next.js.
Check Demo:
Personal Portfolio
## 🛠 Installation and Setup Instructions
1. Install dependencies
```sh
npm install
```2. Start the development server
```sh
npm run dev
```Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.## Usage Instructions
Open the project folder and Navigate to `/utils/*`.
You will find all the component's named js files that contains everything showing in UI you can edit your information accordingly.All views are rendered at `/pages/index.js` remove or keep as per your need.
## Build
3. Create build for deployment
```sh
npm run build
```it will create `/out` directory as a build folder.
It correctly bundles Next in production mode and optimizes the build for the best performance.
Your app is ready to be deployed!
## 🚨 Forking & Contributing
Yes I've made this project **public** for letting others to fork and use it
I would be more than happy if you give me credit at **@afzalimdad9**
OpenSource contribution is something that makes internet more beautiful. So any Contributor who wants to make this website better can make contribution,which will be **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/xyz_feature`)
3. Commit your Changes (`git commit -m 'Added some xyz_feature'`)
4. Push to the Branch (`git push origin feature/xyz_feature`)
5. Open a Pull RequestGive a ⭐ if you like this website!