- Team Tracking: Stay updated with your favorite League of Legends esports teams.
- Upcoming Matches: Be aware of your team's next matches.
- Recent Matches: Delve into the recent matches played by your favorite team, exploring their performance and results.
- Frontend: HTML, CSS with TailwindCSS, and JavaScript with ReactJS.
- Backend: NextJS
- APIs: lolesports-api-docs
- Fonts and colors: League of Legends Branding - Typography
- Clone the repository:
git clone git@github.com:jianingxu1/lol-squadscope.git
- Navigate to the project directory:
cd lol-squadscope
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
If you'd like to contribute to the project, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/fooBar
). - Commit your changes (
git commit -am 'Add some fooBar'
). - Push to the branch (
git push origin feature/fooBar
). - Create a new Pull Request.