This project is a simple resume built using [Create React App] It features a user-friendly interface that displays details about the user, including:
- About Me: Brief introduction about the user.
- Contact Details: Displays the contact information of the user.
- Projects: Lists the projects undertaken by the user.
- Education: Showcases the user's educational background.
The objective of this project is to create a dynamic and interactive web-based resume using React.js. It aims to showcase personal details, including "About Me," contact information, projects, and educational background, in a user-friendly interface. The project is designed to be responsive, ensuring accessibility across different devices and screen sizes. By leveraging React’s component-based architecture, it provides seamless navigation between sections. This project serves as a digital portfolio for professional representation.
- Clone the Repository:
git clone https://github.com/Bharathyalagi/Resume_using_ReactJS/tree/main
I will tell u in simple way
- you should have node.js installed and react in your system
- create a folder Resume
- paste all these above folders and files in that Resume folder
- then open these stuff in VS CODE or some other tool as your comfortable
- then install node modules
npm install- in terminal check the version of npm and npx
npx -v
npm -v- go the directory in terminal for ex: you have to give (cd Resume) to get in that folder
D:\React Project\Resume>- in my project/app it is old version of react , so
$env:NODE_OPTIONS="--openssl-legacy-provider- start the development server
npm start