Saiful_Portfolio

Stars
0
Committers
3

Portfolio Template

License and Attribution

The code in this repository is released under the [MIT] License, which grants you the freedom to use, modify, and distribute the template as your own. However, if you choose to use the site's design largely unmodified, kindly credit me as the original designer of the site.

All projects and experiences included in this portfolio are the result of my own efforts and creativity. Please refrain from presenting them as your own.

Acknowledgments

This project was originally created by Shaquille Ndunda.

Built With

  • React.js
  • Three.js
  • Framer Motion
  • TailwindCSS

Live Demo

Getting Started

To get started with this portfolio template, follow these simple steps:

Prerequisites

Make sure you have node 16.0.0 or higher and npm 9.0.0 or higher installed.

Setup

  • With git, clone the code to your machine, or download a ZIP of all the files directly.

  • Once the files are on your machine, open the Portfolio-Template folder in Visual Studio Code.

cd Portfolio-Template && code .

Install

  • After opening the files in Visual Studio Code, open the VS Code integrated terminal and run the following commands:
npm install

This will install all the packages and dependencies used in the project.

Usage

  • Run the following command to start a local server:
npm run dev

This will open up the project on a browser on http://localhost:5173/

Build

  • To create a production build:
npm run build
  • To preview the site as it will appear once deployed:
npm run preview

Authors

Saiful Islam

Feedback and Contributions

If you have any feedback, suggestions, or would like to contribute to this project, your involvement is highly valued. Feel free to open an issue or submit a pull request with your ideas and enhancements. Remember, this template is a starting point, and the true magic lies in making it your own. Enjoy the journey of creating a stunning portfolio that represents your unique talents and accomplishments!

Happy coding and showcasing!

Show your support

Give a if you like this project!

Languages and Libraries Used

This project uses the following languages and libraries:

Languages

  • JavaScript
  • HTML
  • CSS

Libraries

  • React.js: A JavaScript library for building user interfaces.
  • Three.js: A JavaScript library that allows you to create and display animated 3D computer graphics in a web browser.
  • Framer Motion: A library that powers production-ready animations.
  • TailwindCSS: A utility-first CSS framework for rapidly building custom user interfaces.

How to Use and Run the Project

  1. Clone the repository:

    git clone https://github.com/..........
    cd Portfolio-Template