Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rezasohrabi/pickpoketue

pik poke tue app
https://github.com/rezasohrabi/pickpoketue

Last synced: 22 days ago
JSON representation

pik poke tue app

Awesome Lists containing this project

README

        

This project is simple question and answers app with most CRUD operations

### dependencies

| dependency name | role |
| ----------------- | --------------------------- |
| redux toolkit | to handle state management. |
| axios | for rest api services. |
| react router dom | routing in app. |
| styled components | styles solutions handling. |
| prettier | prettify codes |
| redux-logger | log whats going on store |

### start application

```jsx
1: yarn install
2: yarn start
```

### run server

```jsx
1: yarn start-server
```