This project is simple question and answers app with most CRUD operations
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 |
1: yarn install
2: yarn start
1: yarn start-server