/react-resume

A web resume template to share resume more frequently and easily.

Primary LanguageJavaScriptMIT LicenseMIT

Resume web template

This project is to show your resume on the web easily. demo. Don't forget to give a star⭐🙂.

How to create your own?

from the browser

this is a guide to deploying your own app only using the browser.

  • First, you need to fork the repository. you can click here as well.
  • Navigate to src/data/data.js or click here
  • In the upper right corner of the file view, click 🖋️ to open the file editor. demo edit image
  • On the Edit file tab, change all the details with your own's
  • Navigate to the bottom of the page and save it.

host on netlify

  • Go to Netlify Sign-up for free.
  • Navigate to import an existing project or here.
  • Connect your github repo and click the Deploy site button.
  • It will take you to the project page click the site setting and then click the Change site name button and put your name there

host on vercel

  • Go to Vercel.com signup using github
  • Navigate to Add new Project or click here
  • you should see your repos on the left side click import on the repo you want to deploy and on the next page click the deploy button

and that's it you can share the link everywhere to showcase your resume.

from local

You can also edit and deploy manually, heres how:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify