An open API service indexing awesome lists of open source software.

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.

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