Skip to content

Develop a React.js single-page application that can easily update a website's content (e.g., a resume site) by making changes to a JSON file. This project offers the benefit of creating a template that can be entirely refreshed through modifications in the JSON file.

Notifications You must be signed in to change notification settings

carthworks/resume-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developing a React.js single-page application that updates a website's content through modifications in a JSON file. This example will create a simple resume site that can be easily updated by changing the JSON data.

image

{ "name": "Alice Johnson", "title": "Software Developer", "contact": { "email": "[email protected]", "phone": "123-456-7890" }, "summary": "Experienced software developer with a strong background in web development.", "experience": [ { "company": "Company A", "position": "Senior Developer", "duration": "2018 - Present", "description": "Worked on various projects, leading the development team." }, { "company": "Company B", "position": "Developer", "duration": "2015 - 2018", "description": "Developed multiple web applications and improved site performance." } ], "education": [ { "institution": "University X", "degree": "Bachelor of Science in Computer Science", "year": "2015" } ], "skills": [ "JavaScript", "React", "Node.js", "CSS" ] }

About

Develop a React.js single-page application that can easily update a website's content (e.g., a resume site) by making changes to a JSON file. This project offers the benefit of creating a template that can be entirely refreshed through modifications in the JSON file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published