Skip to content

Derek4aty1/lol-champion-explorer

Repository files navigation


Logo

League of Legends Champion Explorer

A project showcasing all of the current champions in League of Legends and their assets.

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Development
  3. Contributing
  4. License

About The Project

This is a personal SvelteKit project showcasing all of the current champions in League of Legends. It consumes the official Data Dragon API by Riot Games.

(back to top)

Built With

Svelte TypeScript Tailwind_CSS ESLint Prettier Vite Vercel

(back to top)

Disclaimer

League of Legends Champion Explorer is not endorsed by Riot Games and does not reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Riot Games and all associated properties are trademarks or registered trademarks of Riot Games, Inc.

(back to top)

Development

Once you've cloned the repository and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

To create a production version of the app, you must build first:

npm run build

And then you can preview the production build:

npm run preview

(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)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)