import React from 'react'; import '../Introduction.css'; const Introduction = () => { return (

Welcome to the Ranking App!

This application is a tier-ranking tool that allows you to rank items in a tier list. It was originally a .NET weather app API template that has been transformed into this interactive web application.

How it works: Simply drag and drop the items from the "Unranked" section into the desired tier. The tiers are color-coded to help you visualize your rankings.

); }; export default Introduction;