Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rafaelmoraes003/star-wars-datatable-planets-search
- Owner: rafaelmoraes003
- Created: 2022-07-25T17:46:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T04:26:03.000Z (about 2 years ago)
- Last Synced: 2023-03-09T23:16:02.293Z (almost 2 years ago)
- Topics: javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
###
###
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.
###