It's a project that brings you a form to add new question and answer and save them redux store with CRUD abilities.
See demo here [https://qa-react-typescript.vercel.app/).
First, install the dependencies:
npm run install
# or
yarn install
For test the project you can use:
npm run test
# or
yarn test
For building the project and start it on your local machine use:
npm run build
npm run start
# or
yarn build
yarn start
- ✅ Programming Language: JavaScript
- ✅ Typecheck: Typescript
- ✅ Dom Manipulation: React
- ✅ State manager: Redux Toolkit
- ✅ Css Library: Tailwind Css
- ✅ Styling: SCSS
- ✅ Code Quality: ESLint, Prettier
- Global Types are located in
types.d.ts
at "src/types".
If it was a real task and project, I could create a Docker file and some more tests like cypress for that.