This project showcases the resume of Flavio13Lins in a visually appealing and interactive format using React. It provides an easy-to-navigate interface for viewing professional details, skills, and experiences.
https://flavio13lins.github.io/FlavioResume/
- Responsive design ensuring seamless viewing across devices.
- Utilizes modern web technologies such as React for dynamic rendering.
- Easy deployment to GitHub Pages for quick sharing.
Check out the live demo here.
To get started with this project locally, follow these steps:
-
Clone this repository to your local machine.
git clone https://github.com/Flavio13Lins/FlavioResume.git
-
Navigate to the project directory.
cd FlavioResume
-
Install the dependencies using npm.
npm install
Once installed, you can run the project locally using npm.
npm start
This command will start the development server and open the project in your default web browser. Any changes you make to the source files will be automatically reflected in the browser.
To deploy your resume project to GitHub Pages, run the following command:
npm run deploy
This command will build the project and push the dist
folder to the gh-pages
branch of your repository, making it accessible via GitHub Pages.
Contributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or create a pull request.
This project is licensed under the ISC License.