That's a project developed for a company assessment, intending to create a table containing all the Star Wars planets, being this table able to:
- Filtering
- Sorting
- With pagination
- Fed using an API
Starting the project is simple; you only need to install the dependencies and run the start
script.
npm i # or yarn
npm start # or yarn start