Skip to content

JulesEfrei/FontAwesomeMigration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Forks Issues MIT License LinkedIn


Logo

FontAwesome V5 To V6 Comparaison

Compare V5 icons to V6 icons of FontAwesome library


View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap / Features
  5. Contributing
  6. License
  7. Contact
  8. Credit

About The Project

Logo

Web page to see the FontAwesome icons between version 5 and version 6 of the library.

Project Status => V.1.0.0 (Released)

(back to top)

Built With

This section should list any major frameworks/libraries and languages used to bootstrap the project.

(back to top)

Getting Started

Installation

  1. Clone the repo
    git clone https://github.com/JulesEfrei/FontAwesomeMigration.git

(back to top)

Usage

By default, if you open the index.html file, all the icons will be rendered.

If you want to see only the icons you're using, open the js/custom.js file and write all your icons name of the version 5 like the following exemple :

    var custom = [
        "cactus",
        "abacus",
        "ad",
        // ...
    ]

(back to top)

Roadmap

Here is the roadmap of the project. Checked flags mean the features is out and unchecked flags mean that the feature is comming.

  • Release a fonctional application
  • Add custom icons list feature
  • Increase images loading speed

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  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. Open a Pull Request

(back to top)

Credit

List of people

(back to top)

Contact

Linked'in - Jules

GitHub Profile: https://github.com/JulesEfrei/

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information. If no license is available in the repository, it will be available one day, I hope.

(back to top)