This React project utilizes the Star Wars API (swapi.dev/api/people/) to render information about various Star Wars characters. It features three pages:
A paginated list of all characters
Active search results as you type
- Display information about a specific character
- Ability to add a character to a favorites list
- Ability to remove a character from a favorites list
Users can also view their search history which is stored on the client side using cookies.
- React
- Tailwinds
- Three.js
- React Three Fiber
- Clone the repository
git clone https://github.com/jsskrh/startwars-databank-app
- Install the dependencies
npm install
- Start the app
npm start
The app will now be running on http://localhost:3000
This project is licensed under the MIT License. See the LICENSE file for more details.