Skip to content

Efury1/myportfolio

Repository files navigation

Portfolio Website

Author: Eliza Fury

This is my portfolio website built using the Tailwind CSS framework and deployed on Netlify. It serves as a central hub for linking all my career-related social media profiles.


Features

  • Homepage
  • YouTube Channel Page
  • Projects Page
  • Resume Page

Image Previews

Homepage

Homepage Preview

Projects Page

Projects

Resume Page

Resume

YouTube Channel Page

YouTube

Updates

I regularly update this repository every few weeks. Currently, I am working on improving the design and overall user experience.


Getting Started

To set up the development environment:

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo-name.git
    cd your-repo-name
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Start the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  4. Install React Router DOM:

    npm install react-router-dom

    Confirm the installation in package.json.

  5. Run the project: Open http://localhost:3000 in your browser to view the application.


Deployment

This project is deployed on Netlify. Any changes pushed to the master branch automatically trigger a new build and deployment.


Acknowledgments

  • Tailwind CSS: For providing a powerful CSS framework.
  • Netlify: For seamless deployment and hosting.
  • Everyone who supported and inspired this portfolio project.

Portfolio Link

Visit my portfolio


Notes:

  • The image previews are clickable and link to their respective pages.