Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelmoraes003/star-wars-datatable-planets-search

Project made to work with React.js ContextAPI with Star Wars planets API.
https://github.com/rafaelmoraes003/star-wars-datatable-planets-search

javascript react reactjs

Last synced: 1 day ago
JSON representation

Project made to work with React.js ContextAPI with Star Wars planets API.

Awesome Lists containing this project

README

        

Star Wars Datatable Planets Search

###

This project aimed to make a request to the Star Wars planets API and make it possible to filter between these planets, either by the name of the planet, letters that exist in the name of the planet, numerical filters or by ascending or descending order of numerical values. It was made using React Hooks and Context API.

###

Technologies used

###


javascript logo
react logo
bootstrap logo

###

How to use the application

###

Clone the application using the `git clone` command. After that, enter the project folder using the `cd star-wars-datatable-planets-search` command and run the `npm install` command. After installation, use the `npm start` command.

###