Skip to content

Monik2002/Advance-React-Meta-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Portfolio

This is a portfolio website built using React. It showcases your projects, provides information about you, and offers a contact form for visitors to get in touch with you.

Features

  • Projects Section: Display your projects with brief descriptions and links to view more details.
  • About Me Section: Introduce yourself and highlight your skills and experience.
  • Contact Me Section: Visitors can reach out to you using a contact form.
  • Responsive Design: The website is designed to be fully responsive, ensuring a great user experience on all devices.

Installation

  1. Clone the repository:
git clone https://github.com/Monik2002/react-portfolio.git
  1. Navigate to the project directory:
cd react-portfolio
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and visit http://localhost:3000 to view the website.

Usage

  • Update the projects in the src/components/ProjectsSection.js file with your own projects.
  • Customize the About Me section in the src/components/AboutMeSection.js file with your personal information.
  • Configure the contact form in the src/components/ContactMeSection.js file with your email address or backend service.

Dependencies

  • React: A JavaScript library for building user interfaces.
  • Chakra UI: A simple, modular and accessible component library for React.
  • FontAwesome: A popular icon library for web development.

Credits

This project was created as part of the Advanced React course by Meta. Special thanks to the instructors and mentors for their guidance and support.

License

This project is licensed under the MIT License.