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.
- Homepage
- YouTube Channel Page
- Projects Page
- Resume Page
I regularly update this repository every few weeks. Currently, I am working on improving the design and overall user experience.
To set up the development environment:
-
Clone the repository:
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name
-
Install dependencies:
npm install # or yarn install # or pnpm install
-
Start the development server:
npm run dev # or yarn dev # or pnpm dev
-
Install React Router DOM:
npm install react-router-dom
Confirm the installation in
package.json
. -
Run the project: Open http://localhost:3000 in your browser to view the application.
This project is deployed on Netlify. Any changes pushed to the master
branch automatically trigger a new build and deployment.
- Tailwind CSS: For providing a powerful CSS framework.
- Netlify: For seamless deployment and hosting.
- Everyone who supported and inspired this portfolio project.
- The image previews are clickable and link to their respective pages.