Merhaba, Ben Fırat YILDIZ,
Projede kullanılan teknolojiler
- React
- Typescript
- Redux & Redux Saga
- Material UI
https://covid-19-tracker-lovat.vercel.app/
- NodeJS (version minimum v20.10.0)
(HTTPS)
git clone https://github.com/FRTYZ/covid-19-tracker.git
(SSH)
git clone git@github.com:FRTYZ/covid-19-tracker.git
npm install
npm run dev
docker-compose up --build --no-recreate -d
docker-compose up -d
docker-compose ps
docker exec -it covid19-tracker sh
npm i && npm run dev
npm install
npm run dev
{
"name": "covid-19-tracker",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.12",
"@jest/types": "^29.6.3",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@reduxjs/toolkit": "^2.2.1",
"@testing-library/jest-dom": "^6.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.2",
"react-slugify": "^3.0.3",
"react-svg-worldmap": "^2.0.0-alpha.16",
"recharts": "^2.12.2",
"redux-saga": "^1.3.0",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/redux-mock-store": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"redux-mock-store": "^1.5.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^5.1.4"
}
}