pradeep (pradeeptry)

pradeeptry

Geek Repo

Company:Remote Work From Home

Location:bhilwara

Github PK Tool:Github PK Tool

pradeep's repositories

compress

Optimized Go Compression Packages

License:NOASSERTIONStargazers:0Issues:0Issues:0

Crypto-Info

Information about CryptoCurrencies

Language:JavaScriptStargazers:0Issues:1Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0

ethereum-react-native-boilerplate

The ultimate full-stack Ethereum React Native Dapp Boilerplate which gives you maximum flexibility and speed. Feel free to fork and contribute. Although this repo is called "Ethereum Boilerplate" it works with any EVM system! Happy BUIDL!👷‍♂️

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

lesson-10

Adding email/password sign up authentication for firebase, as a result we need to store our user objects in the database.

Language:JavaScriptStargazers:0Issues:1Issues:0

lesson-11

Finally we update our sign-in component with our email/password sign in.

Stargazers:0Issues:0Issues:0

lesson-12

We have added redux to our application so we can leverage all the benefits that come with uni-directional data flow. Instead of the prop drilling we would have to do in order to pass our new user object down deeper into our component trees from our app, we can now just connect those components directly to our redux store where we store all our data.

Stargazers:0Issues:0Issues:0

lesson-13

Let's update our app so that after a user signs-in they are redirected to the home page, also if a user is signed into our application, we don't want them to be able to access the signinandsignup page.

Stargazers:0Issues:0Issues:0

lesson-14

We now need to create our cart feature in our application. To start, we'll create our cartIcon and cartDropdown components. Then we'll create the necessary reducer, actions, and types associated to handling hiding and showing the carDropdown component.

Language:JavaScriptStargazers:0Issues:1Issues:0

lesson-15

We have updated our cart redux files to handle adding an item, we have also connected it to our updated collection-item.

Stargazers:0Issues:0Issues:0

lesson-16

Now that we have created all the redux code for storing our data, now we are going to connect our items to add them to our cart.

Language:JavaScriptStargazers:0Issues:1Issues:0

lesson-17

We need to create our cart-item component for our cart and connect our cart component to our cart reducer.

Stargazers:0Issues:0Issues:0

lesson-18

We want to separate all our business logic in our selectors. In this lesson we add a new selector to show our total count of items.

Language:JavaScriptStargazers:0Issues:1Issues:0

lesson-19

Now that we have our cart, it's time to create our checkout page. We need a checkout component for the page and our checkout-item component. We're going to connect the page to our cart reducer; we're also going to make a selector to get the total price.

Stargazers:0Issues:0Issues:0

lesson-20

We want to be able to remove the item from the cart if the user doesn't want it anymore during checkout so we're going to add the appropriate action and case in our cart reducer.

Language:JavaScriptStargazers:0Issues:1Issues:0

lesson-21

We also want to be able to update the quantity using buttons to the left and right of the number, so we will add the appropriate code to do so.

Language:JavaScriptStargazers:0Issues:1Issues:0

lesson-22

We don't want our users to lose their carts whenever they refresh, so we are going to leverage one of the benefits of redux by persisting our store object in localstorage using redux-persist.

Stargazers:0Issues:0Issues:0

lesson-23

We have now created our collection page and converted our shop items data over from an array to an object to better leverage our url parameters! Converting arrays over to objects to store data is called data-normalization and it makes searching for specific elements in our code much easier and efficient!

Language:JavaScriptStargazers:0Issues:1Issues:0

lesson-8

Starting our sign in section by creating a new sign in and sign up page, as well as start creating sign in component.

Stargazers:0Issues:0Issues:0

lesson-9

Creating our firebase database and adding the firebase library into our code. Add google sign in and authentication into our application.

Language:JavaScriptStargazers:0Issues:1Issues:0

loreader

Reader for LINUX.ORG.RU

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

react-complete-guide-code

Code snapshots and materials for our "React - The Complete Guide" course (https://acad.link/reactjs)

Stargazers:0Issues:1Issues:0

react-native-bluetooth-state-manager

Manage the bluetooth state of your device

Stargazers:0Issues:0Issues:0

React-Native-Chat-App

A simple chatting app built with React Native, Socket.io, ExpressJS and MongoDB. The server app provides APIs for authentication, message sending and receiving. In the client app React-Native-Gifted-Chat is used for the chat interface.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

react-native-chat-app-1

Open-source Voice & Video Calling and Text Chat App for React Native

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

react-native-easy-starter

A react-native starter kit using RN0.63, Flipper support, LogBox, AndroidX, Hooks workflow, easy-peasy, code-push, Themes support and much more

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

react-native-starter

🚀A powerful react native starter template that bootstraps development of your mobile application

Language:JavaScriptLicense:MPL-2.0Stargazers:0Issues:1Issues:0

RestroDemo

Resto list in different ui mode

Language:JavaScriptLicense:Apache-2.0Stargazers:0Issues:0Issues:0

socialvideoapp

its normal a video app with image and video upload

Language:JavaLicense:MITStargazers:0Issues:2Issues:0

WatermelonMessenger

React Native App using react, redux, sagas, hooks, react navigation v5

Language:JavaScriptStargazers:0Issues:1Issues:0