Aksana is an application that enables users to preview their League of Legends account belongings with others. This application is particularly useful for individuals involved in buying or selling League of Legends accounts, as it allows them to freely browse through the account's details.
- Aksana Portal: The front end responsible for rendering the account data.
- Aksana Bridge: A desktop application used to collect data from the League of Legends local API and transmit it to Aksana Handler.
- Aksana Hander: The backend of Aksana. Its main responsibility is to store the user account data in the database for display in the main portal.
yarn dev
yarn build
yarn start
A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.
Sass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax.
Next.js has a built-in polyfill for the fetch API. You don't need to worry about using it on either server or client side.
Transform SVGs into React components.
Use environment variables in your next.js project for server side, client or both.
Proxying some URLs can be useful when you have a separate API backend development server and you want to send API requests on the same domain.
Hooks for fetching, caching and updating asynchronous data in React.
A Collection of useful React hooks.
Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
An opinionated code formatter; Supports many languages; Integrates with most editors.
The concept of lint-staged is to run configured linter (or other) tasks on files that are staged in git.
MIT
yarn dev
yarn build
yarn start
A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.
Sass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax.
Next.js has a built-in polyfill for the fetch API. You don't need to worry about using it on either server or client side.
Transform SVGs into React components.
Use environment variables in your next.js project for server side, client or both.
Proxying some URLs can be useful when you have a separate API backend development server and you want to send API requests on the same domain.
Hooks for fetching, caching and updating asynchronous data in React.
A Collection of useful React hooks.
Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
An opinionated code formatter; Supports many languages; Integrates with most editors.
The concept of lint-staged is to run configured linter (or other) tasks on files that are staged in git.
MIT