2 İşlemeler 026854b1b0 ... 34acb01c4f

Yazar SHA1 Mesaj Tarih
  Alyona Brytvina 34acb01c4f HW react-store done 2 yıl önce
  Alyona Brytvina 026854b1b0 HW react-store done 2 yıl önce
4 değiştirilmiş dosya ile 1296 ekleme ve 31 silme
  1. 1 0
      .gitignore
  2. 6 0
      .idea/vcs.xml
  3. 1284 31
      package-lock.json
  4. 5 0
      package.json

+ 1 - 0
.gitignore

@@ -5,6 +5,7 @@
 /.pnp
 .pnp.js
 
+
 # testing
 /coverage
 

+ 6 - 0
.idea/vcs.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
+  </component>
+</project>

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1284 - 31
package-lock.json


+ 5 - 0
package.json

@@ -6,9 +6,14 @@
     "@testing-library/jest-dom": "^5.16.1",
     "@testing-library/react": "^12.1.2",
     "@testing-library/user-event": "^13.5.0",
+    "node-sass": "^7.0.0",
     "react": "^17.0.2",
     "react-dom": "^17.0.2",
+    "react-redux": "^7.2.6",
+    "react-router-dom": "^5.3.0",
     "react-scripts": "5.0.0",
+    "redux": "^4.1.2",
+    "redux-thunk": "^2.4.1",
     "web-vitals": "^2.1.2"
   },
   "scripts": {