This is an app that provides information about comic characters. All data comes from Comic Vine.
- Paginated list of all available characters
- Detailed information page for any character
- Search input with preview
- Add/remove any favorite character
- Edit simple information of any character
- Local storage for favorite and edited character
- Favorite filter
- Dark mode
First, install the dependencies
yarnTo start the application in dev mode, run this following:
yarn devOpen http://localhost:3000 with your browser to see the result.
To see the completed result, run this following:
yarn demoOpen http://localhost:3000 with your browser to see the result.
First, build the images
yarn docker:buildThen, run the container
yarn docker:runOpen http://localhost:3000 with your browser to see the result.