Skip to content

nat-reyes/star-wars-react

Repository files navigation

Star Wars Characters App

This project requests from the STAR-WARS-API the star wars characters. The project has a styled table to show the character requests. This table allows pagination to quickly move between different characters' page requests. Also, it includes a filter to search for characters and another one to filter characters by gender.

The project is storing data with Redux with the objective of avoiding extra requests. Instead, it searches inside the Redux if the information already exists to show it.

The <Table/ > can be easily reused.

Get Started

Clone repository

git clone https://github.com/nat-reyes/star-wars-react.git

Install dependencies

npm install

Start development server

npm start

Available Scripts

In the project directory, you can run:

npm start Starts development server.

npm run tests Runs tests.

npm run lint Runs lint . fix command to clean the project files with the linter configuration.

npm run cypress Runs cypress.

Technologies

React

  • is a free and open-source front-end JavaScript library for building user interfaces based on UI components.

Redux

Styled-Components

Cypress

Eslint && Prettier

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published