https://github.com/morewings/picsart
Picsart assignment
https://github.com/morewings/picsart
Last synced: about 1 year ago
JSON representation
Picsart assignment
- Host: GitHub
- URL: https://github.com/morewings/picsart
- Owner: morewings
- Created: 2023-10-27T16:50:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T12:56:47.000Z (over 2 years ago)
- Last Synced: 2025-03-12T02:01:54.579Z (over 1 year ago)
- Language: TypeScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```