# SaveStarWeb

Save Star is a stateful component which allows the user to view if their article is `saved`, also provides them the ability to `save` and `unsave` an article. It uses apollo client to fetch data from TPA.

## Contributing

Please read [CONTRIBUTING.md](./CONTRIBUTING.md) before contributing to this
package

## Running the code

Please see our main [README.md](../README.md) to get the project running locally

## Development

The code can be formatted and linted in accordance with the agreed standards.

```
yarn fmt
yarn lint
```

## Testing

Testing can be done on web

```
yarn test:web
yarn test
```

Visit the official

 <!-- Add the storybook link here. -->

## Future

 <!-- Add details of future development here. -->
