Skip to content

A resume/portfolio template created using create-react-app with typescript

License

Notifications You must be signed in to change notification settings

abhishek0010/react-resume-template-typescript

Repository files navigation

React Nice Resume 📃

![img](<GITHUB_PICTURE_LINK)

About particles-bg Library

This project uses the react particle background component library https://github.com/lindelof/particles-bg. It's very simple. Anyone can be a Musketeer with it.

img

Description

This project forks from https://github.com/tbakerx/react-resume-template, I made some modifications and adjustments, thanks to the author & author.

This project was bootstrapped with Create React App.

I have modified the codebase to work with typscript.

Run Project

1. Clone the project

2. Make changes

Change package.json resume.json file to your specification.

2. Run the project

npm i
npm start

3. Build

npm run build

4. Deploy to Github Pages

Edit the package.json file with your homepage and deploy instructions. The homepage should to point to your .github.io or <profile<.github.io/. If profile, deploy should have master branch else it should be gh-pages. After saving run:

npm run deploy

Additional Changes:

Change page <title> from public/index.html.

Add your own Google Analytics, and paste your management id in react-ga within src/App.tsx.

Configure your contact-us section for getting emails using formsubmit.co