gdsrosa / sw-list

An application that contains a list of information about Star Wars characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SW List

An application that lists information about Star Wars characters and your respective starthips. The application content it's all in Portuguese (Brazil), please feel free to translate via your browser. :)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes, to do so clone this repo:

git clone https://github.com/gdsrosa/sw-list.git
cd sw-list

Installing

Assuming you have all the Node.js (version 14.15.0) and NPM (version 6.14.8) environment setup in your machine:

Let's install the dependencies

npm install

Running the application in development mode

To start your local webpack-dev-server run:

npm run dev

Running the tests

To execute the unit tests:

npm run test

Built With

  • ES6 - The programming language used for the Client
  • React.js - The UI library used for the Client
  • Redux - A predictable state container for JavaScript apps
  • NPM - Dependency Management
  • Sass - CSS Preprocessor
  • Webpack - Module Bundler
  • Babel - JavaScript Transpiler
  • Jest - JavaScript Unit Test tool

Authors

About

An application that contains a list of information about Star Wars characters

License:MIT License


Languages

Language:JavaScript 89.5%Language:SCSS 6.7%Language:HTML 3.8%