Skip to content

lalomax/cv-project

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn

Responsive Resume

image

This template provides a minimal setup to get a simple responsive resume using React, tailwindcss.

Features

  • Responsive
  • Adaptable through a json file

Technologies used

This application is built with the following technologies

  • ReactJs   reactjs
  • Tailwindcss   reactjs

Installation & Getting Started

  1. Clone the respository to your local machine.
    git clone https://github.com/lalomax/cv-project.git
  2. Open directory
    cd cv-project
  3. Install dependencies using either npm or yarn:
    npm install
    
  4. Start the development server:
    npm run dev
    

Usage

Personal data should be filled in the src/data.json.

  1. Navigate to the 'src/data.json' folder.
  2. Fill in your details in the appropriate sections.
  3. The application will automatically update your resume.

Contributing

Contributions to this project are welcome. Please ensure to follow these guidelines:

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Create a new Pull Request
flowchart 
    A(1. Clone the repository) --> B((Clone Fork))
    B --> C{2. Create Feature Branch}
    C --> D[Make Changes]
    D --> E((3. Commit Changes))
    E --> F((4. Push Changes))
    F --> G((5. Create Pull Request))
    G -- Approved --> H((Merge Pull Request))
    G -- Rejected --> D
Loading

License Information

Please see the included LICENSE file for more information.

Contact & Acknowledgements

If you need help or have any feedback, please reach out (lalomax365@gmail.com).