An open API service indexing awesome lists of open source software.

https://github.com/morewings/picsart

Picsart assignment
https://github.com/morewings/picsart

Last synced: about 1 year ago
JSON representation

Picsart assignment

Awesome Lists containing this project

README

          

# Picsart

* **Grommet** as UI library. It's build using Styled components.
* Used **Redux** to manage state.
* Used **JSON server** to provide data.
* **React.lazy** is not compatible with SSR.
* Click on any [table row](http://localhost:3000/list) to see [complete user info](http://localhost:3000/user/e8a20f60-442b-4681-ae66-d31f48bb0d9b).
* Theme switch is at the right corner.

## Quickstart

```shell
yarn

yarn start # starts app

yarn analyze # shows bundle report in browser
```