Welcome to the me-native
repository! This project is a personal endeavor to create a dynamic and interactive resume using React Native. It showcases my skills, projects, and experiences in a A4 format.
The app is built using React Native and utilizes JSON data to populate the resume with my skills, experiences, and projects. The app is designed to be easily customizable, allowing users to update and customize content to reflect their current skills and experiences.
You can check the production version of the app at me-native.talaman.info that was deployed using GitHub Actions.
The CI/CD pipeline for this project is automated using GitHub Actions, the Production version has protection rules to ensure that the code is reviewed before merging to the main branch.
- JSON Data: Utilizes JSON data to dynamically populate the resume with my skills, experiences, and projects.
- Downloadable Resume: An application that presents my professional background and skills, and allows users to download a PDF version of my resume.
- React Native Framework: Utilizes React Native for cross-platform compatibility and responsive design.
- Customizable Content: Easily update and customize content to reflect current skills and experiences.
- CI/CD Pipeline: Automated CI/CD pipeline for testing and deployment.
- Node.js installed on your machine.
- An IDE or editor of your choice (VSCode recommended).
Clone the repository and install dependencies:
git clone https://github.com/talaman/me-native.git
cd me-native/app
npm install
npm start