pashitox / dgd

Created with CodeSandbox

Home Page:https://codesandbox.io/s/github/pashitox/dgd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

Library CRUD App to demonstrate React-Redux with Typescript, React-Router included as well. This project written for blog post at ogzhanolguncu.com

Project Tree

├─ src
│  ├─ App.tsx
│  ├─ components
│  │  ├─ BookInfo.tsx
│  │  └─ Navbar.tsx
│  ├─ hooks
│  │  └─ index.ts
│  ├─ index.tsx
│  ├─ pages
│  │  ├─ AddBook.tsx
│  │  └─ BookList.tsx
│  ├─ react-app-env.d.ts
│  ├─ redux
│  │  ├─ bookSlice.ts
│  │  └─ store.ts
│  └─ types.d.ts
├─ tsconfig.json

About

Created with CodeSandbox

https://codesandbox.io/s/github/pashitox/dgd


Languages

Language:TypeScript 90.2%Language:HTML 9.8%