Skip to content

recule556688/portfolio

Repository files navigation

Tess Dev Portfolio

Welcome to my personal portfolio website! This project showcases my skills, projects, and provides a way for potential employers or collaborators to get in touch with me.

🌟 Features

  • Responsive design that looks great on both desktop and mobile devices
  • Smooth scrolling and animations for an engaging user experience
  • Sections for showcasing projects, skills, and contact information
  • Built with modern web technologies for optimal performance

🛠️ Technologies Used

🚀 Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/tess-dev-portfolio.git
    cd tess-dev-portfolio
  2. Install dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    
  4. Open http://localhost:3000 in your browser to see the result.

📁 Project Structure

  • app/: Contains the main page component and layout
  • components/: Reusable React components
  • public/: Static assets like images and favicon
  • styles/: Global styles and Tailwind CSS configuration

🔧 Customization

To customize this portfolio for your own use:

  1. Update the personal information in app/page.tsx
  2. Modify the projects array in app/page.tsx to showcase your own projects
  3. Adjust the skills list in app/page.tsx to match your expertise
  4. Replace the favicon in the public/ directory with your own
  5. Update the metadata in app/layout.tsx with your information

🌐 Deployment

This project is ready to be deployed on platforms like Vercel, Netlify, or GitHub Pages. Follow the deployment instructions for your chosen platform.

Using docker-compose

  1. Create a directory for the project
mkdir tess-dev-portfolio
cd tess-dev-portfolio
  1. Clone the repository
git clone https://github.com/recule556688/portfolio.git
  1. Use the docker compose file to build the project
docker-compose up -d

For example, to deploy on Vercel

  1. Connect your GitHub account to Vercel
  2. Select the repository and click "Deploy"

For example, to deploy on github pages

  1. Create a new repository on GitHub
  2. Push the project to the repository
git remote add origin

git push -u origin master
  1. Go to the repository settings on GitHub
  2. Scroll down to the "GitHub Pages" section
  3. Select the gh-pages branch and click "Save"

📄 License

This project is open source and available under the MIT License.

📞 Contact

If you have any questions or would like to get in touch, please feel free to reach out:

Thank you for checking out my portfolio !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published