https://github.com/oguzcan-ayan/shopping-card-app-with-typescript
This application allows users to select their products just like an e-commerce application.
https://github.com/oguzcan-ayan/shopping-card-app-with-typescript
html javascript material-ui material-ui-core material-ui-icons react react-dom react-query styled-components typescript vite
Last synced: 27 days ago
JSON representation
This application allows users to select their products just like an e-commerce application.
- Host: GitHub
- URL: https://github.com/oguzcan-ayan/shopping-card-app-with-typescript
- Owner: oguzcan-ayan
- Created: 2024-06-05T08:25:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T09:19:49.000Z (11 months ago)
- Last Synced: 2025-02-12T06:00:03.237Z (3 months ago)
- Topics: html, javascript, material-ui, material-ui-core, material-ui-icons, react, react-dom, react-query, styled-components, typescript, vite
- Language: TypeScript
- Homepage: https://shopping-card-app-five.vercel.app
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Card App
Bu uygulama kullanıcıların tıpkı bir e-ticaret uygulaması gibi ürünlerini seçip; onları arttırabilecekleri, azaltabilecekleri, sepet yapabilecekleri ve aldıkları ürünlerin toplam fiyatını görebilecekleri bir uygulamadır.
This application allows users to select their products just like an e-commerce application; It is an application where they can increase, decrease, make baskets and see the total price of the products they buy.
## Kullanılan Teknolojiler - Used Technologies
[[email protected]](https://react.dev/)
[[email protected]](https://legacy.reactjs.org/docs/react-dom.html)
[[email protected]](https://www.typescriptlang.org/)
[[email protected]](https://tanstack.com/query/latest/docs/framework/react/overview)
[[email protected]](https://styled-components.com/docs)
[@types/[email protected]](https://styled-components.com/docs/faqs)
[@material-ui/core](https://www.npmjs.com/package/@material-ui/core)
[@material-ui/icons](https://v4.mui.com/components/material-icons/)
[[email protected]](https://vitejs.dev/guide/)
Projeyi canlı olarak görmek istiyorsanız, [Projeye Git](https://shopping-card-app-five.vercel.app/)
If you want to see the Project, [Go Live](https://shopping-card-app-five.vercel.app/)
## Expanding the ESLint configuration
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
- Configure the top-level `parserOptions` property like this:
```js
export default {
// other rules...
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
tsconfigRootDir: __dirname,
},
}
```- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
- Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list