Skip to content

Latest commit

 

History

History
96 lines (59 loc) · 2.81 KB

README.md

File metadata and controls

96 lines (59 loc) · 2.81 KB

 

React Icons Viewer

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This project allows you to search through the react-icons and it allows you to download the icon as png/svg.

Live: React Icons Viewer

✨ Features

✔️ Download icon as png.
✔️ Download icon as svg.
✔️ Copy icon as svg.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/emrebal98/react-icons-viewer

# Access
$ cd react-icons-viewer

# Install dependencies
$ npm install

# Run the project
$ npm start

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Emre BAL

 

Back to top