Skip to content

ImSebz/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImSebz's Portfolio

Welcome to my personal portfolio website!

Sections

Home

This is the landing page of my portfolio website, providing an short overview and introduction of myself.

About Me

In this section, I introduce myself, share a brief biography, and highlight my skills and experience.

Contact

You can reach out to me through the contact section, where you can send me an email and get in touch with me.

Projects

The projects section showcases my work, including descriptions, images, and links to live demos or repositories.

Create React App (CRA)

This portfolio website was built using Create React App (CRA), a popular tool for creating React applications with a minimal setup.

Properties

  • React: CRA uses React, a JavaScript library for building user interfaces, as its core framework.
  • Zero Configuration: CRA sets up the development environment with a pre-configured build system, development server, and more, so you can focus on writing code.
  • Hot Reloading: It includes hot reloading, which allows you to see changes in real-time as you develop.
  • Optimized Build: CRA optimizes your application for production with minification, code splitting, and caching.
  • ES6+ Support: Write modern JavaScript (ES6+) with support for JSX syntax.

Animate.css

I've used Animate.css to add smooth animations to various elements of the website, providing an engaging user experience. You can learn more about Animate.css here.

Font Awesome

Font Awesome icons have been integrated into the website to enhance its visual appeal and functionality. You can explore Font Awesome icons and usage here.

Installation

To run this project locally, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/ImSebz/portfolio.git
    
    
  2. Navigate to the project directory:

    cd portfolio
    
  3. Install the project dependencies using npm:

    npm install
    
  4. Start the development server:

    npm start
    
  5. Open your browser and visit http://localhost:3000 to see your portfolio website in action.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published