A database of League of Legends Game created for React Study.
Developed using the API League of Legends API.
- ReactJS
-
npx create-react-app react-app
- React Router Dom
-
npm install react-router-dom
- Styled-Components
-
npm install --save styled-components
- Antd
-
npm install antd
And import style manually:
import 'antd/dist/antd.css';
- React-Slick
-
npm install react-slick --save
Also install slick-carousel for css and font
npm install slick-carousel
Import css files
import "slick-carousel/slick/slick.css"; import "slick-carousel/slick/slick-theme.css";
- React-Tabs
-
npm install --save react-tabs
Project created for React study.
For view, clone this project, run npm i
in the folder and execute with npm start
.