Mobile responsive App helps to find data about your favorite characters within the Star Wars universe. This project was bootstrapped with Create React App, using the Redux and Redux Toolkit TS template.
To get a local copy up and running follow these simple example steps.
- Clone the repo
- Use
yarn install
to install modules. If you what to open stories with storybook, you have to add storybook usingnpx storybook init
. - Use
yarn start
to start project. - Use
yarn run test
to run unit tests.
- Axios
- GH-pages
- Jest (unit tests)
- React and @types/react
- React-redux and @types/react-redux
- React-router-dom and @types/react-router-dom
- Redux-toolkit
- Redux-thunk
- StoryBook
- Typescript