Welcome to the react-resume-app! This application is designed to showcase your resume in a clean and professional format using React. Example Site
This project was bootstrapped with Create React App.
Before you start, ensure you have the following installed on your machine:
- Node.js
- npm (Node Package Manager)
Follow these steps to set up and run the react-resume-app on your local machine:
-
Clone the Repository:
git clone https://github.com/balexander85/react-resume-app.git
-
Navigate to the Project Directory:
cd react-resume-app
-
Install Dependencies:
npm install
-
Update candidate.json:
Open the public/data/candidate.json file and update it with your personal details, including your name, location, LinkedIn profile, and other relevant information.
{ "name": "Your Name", "location": "Your Location", "linkedIn": "https://www.linkedin.com/in/your-profile", // other details... }
-
Run the Application:
npm start
This will start the development server, and you can view the app in your browser at http://localhost:3000.
-
View Your Resume: Open your browser and navigate to http://localhost:3000 to view your resume. The application automatically updates as you make changes to the candidate.json file.
Feel free to customize the resume content, styling, or add additional sections. Explore the project structure and update components as needed.
When you are ready to deploy your resume, follow the deployment guidelines based on your preferred hosting platform.
Enjoy showcasing your professional resume with react-resume-app!
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
- https://hipsum.co/ - for the default text as filler