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.
- 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.
- Clone the repository:
git clone https://github.com/Monik2002/react-portfolio.git
- Navigate to the project directory:
cd react-portfolio
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to view the website.
- 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.
- 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.
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.
This project is licensed under the MIT License.