React App that shows all the keybinds possible to map in CSGO. This is a project that I did to learn React with Styled Components.
- The live version of this app can be accessed here.
- Typescript - TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
- Styled Components - Use the best bits of ES6 and CSS to style your apps without stress.
- React - A JavaScript library for building user interfaces.
- Styled Icons - Popular icon packs like Font Awesome, Material Design, and Octicons, available as React Styled Components.
- React Toasts - react-toasts is a very simple and lightweight component to create toasts.
-
Clone Repo
$ git clone https://github.com/diogofalken/csgo-binds.git
-
Change Directory
$ cd csgo-binds/
-
Clean project
$ npm run clean
-
Install dependencies
$ npm install
-
Run development app
$ npm start
This project is licensed under the MIT License - see the LICENSE.md file for details.