Skip to content

πŸ›’ An small store cart service built with React Native with Typescript, Fake Store API, and Context-API for state management.

Notifications You must be signed in to change notification settings

mariaelizasa/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Shopping Cart πŸ’–

cart

Como executar / How to run

Instale as dependΓͺncias / Install all the dependencies:

npm install

Instale o Expo / Install Expo

npm install --global expo-cli

Execute o projeto / Execute the project:

npm start

Estrutura do Projeto / Project Structure

β”œβ”€β”€ assets
β”œβ”€β”€ src
β”‚   └──__tests__
β”‚   └──css
β”‚       β”œβ”€β”€@types
β”‚   └──assets
β”‚       β”œβ”€β”€ cart-icon.png
β”‚   └──components (Folders)
β”‚       β”œβ”€β”€ Button 
β”‚       β”œβ”€β”€ CartItem
β”‚       β”œβ”€β”€ Header
β”‚       β”œβ”€β”€ ProductItem
β”‚   └──routes
β”‚       β”œβ”€β”€ stack.routes.tsx
β”‚       β”œβ”€β”€ index.tsx
β”‚   └──context
β”‚   └──screens (Folders)
β”‚       β”œβ”€β”€ Cards
β”‚       β”œβ”€β”€ Products
β”‚   └──services
β”‚       β”œβ”€β”€ api.ts
β”‚   └──utils
β”‚       β”œβ”€β”€ constants.ts
β”œβ”€β”€ babel.config.js
β”œβ”€β”€ tsconfig.json
β”œβ”€β”€ app.json
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ packege.json
└── App.tsx

Contributing

  1. Fork it (https://github.com/mariaelizasa/shopping-cart)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

πŸ›’ An small store cart service built with React Native with Typescript, Fake Store API, and Context-API for state management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published