Found 79 repositories(showing 30)
Lemoncode
Set of step by step guided samples to help you get started with redux sagas + typescript
Lemoncode
The goal of this project is to provide a set of step by step guided samples, covering core concepts of React + Redux (basic concepts, middleware, ...)
kitasuke
Sample iOS project built by SwiftUI + Redux(ReSwift) and Combine framework using GitHub API
xjamundx
Sample code for learning redux with hooks by creating an exchange rate calculator
The Starter Kit is created to guide developers. The Libraries that are used could be customized according to the developer's will. You can quickly develop React projects with TypeScript by using this project structure. You can manage your forms with the Redux-Form library that is used in the project. Textbox and Dropdown are used as samples of using Redux Form.
WendySanarwanto
A collection of ReactJS exercises samples based on tutorial videos of Udemy's Modern React with Redux course, created by Stephen Grider
crowncoder
A sample react project implements the login function by react-router,redux ,redux-saga,ant-design.
Azeemaj101
Create a simple Calendar Application that shows the Country Holidays. You will use a Calendar library that will help you with your UI design for showing the Calendar view. The Holidays for a specific Country can be fetched by making an API call and the response received can be mapped to your Calendar library bypassing the data in the appropriate format. The application needs to be built in React JS as this Internship leading to Job program is for a MERN Stack developer. The Calendar library that you can use in your React JS application can be React Big Calendar. Or you can use anything similar. To get the Holidays data you can use the https://calendarific.com/ service. Make a free account on this service and explore the API Documentation. This service returns all the holidays for a particular country in a Calendar year. This response needs to be saved to Redux (if you know about it, it will be a plus). API Call should be made only once; when the country is selected. The Calendar Library when displayed in a Month view should display the Holiday against the particular Day. e.g. if you select Pakistan and in the Calendar View you select Month as August then it should display 14th August as Independence Day. This mapping of holidays should be done using data from the REDUX state. A sample screenshot of how the application should look is given below.
Lemoncode
Port from redux by sample (typescript) to Ecmascript 6
kerryboyko
This is a code challenge, originally provided by BigCommerce, but also provided on my public github so that anyone who wishes to see a sample of my work in the React/Redux/React-Router ecosystem can take a look.
xiao-k
Search Screen Sample by React, Redux, Material-UI.
Set of step by step guided samples to help you get started with redux observable + typescript
navand
Sample task management written by reactjs, redux, formik, material-ui
skomarfaruque
Sample demo project using reactjs and redux with bulma css unit test by jest enzyme
WendySanarwanto
A React Native mobile app sample which demonstrate view navigation & simple authentication on a mobile app. The sample is taken from Udemy's "The Complete React Native & Redux" course, created by Stephen Grider.
yucatio
Todo sample application by React+Redux+Firebase
jagzviruz
Sample application to demonstrate React + Redux with async calls handled by redux-thunk
mnindrazaka
sample implementation of redux saga by creating react todolist
007arunwilson
A Sample React Application by taking the advantages of Redux
JinzJoseph
a sample ecommerence website ,build by using react js,redux,strapi.....etc
gyamoto
Kodein sample. request to GPIHY by Redux with DataBinding and MVVM(ACC) with DataBinding
MrDKOz
A sample app from PluralSight by Cory House on using both React and Redux.
julienlucas
Sample code for learning redux with hooks by creating an exchange rate calculator, based on repo from: https://github.com/xjamundx/exchange-rate
arslan-8
This is a sample ecomerce project which is a full stack javascript application. Frontend is developed by using react js, material UI, redux and backend by using express js, mongodb.
albertwchang
A sample book listing application for practicing, and demonstrate working knowledge of incorporating Redux -- based on a tutorial taught by Stephen Grider (he surely deserves all the credit!).
GersonDias
Sample of an React + Redux app using IdentityServer4 as Authentication Provider. Server side APIs are also secured by IdentityServer4 using the Hybrid flow for Client and APIs authentication
Development-Hub
Create a simple Calendar Application that shows the Country Holidays. You will use a Calendar library that will help you with your UI design for showing the Calendar view. The Holidays for a specific Country can be fetched by making an API call and the response received can be mapped to your Calendar library bypassing the data in the appropriate format. The application needs to be built in React JS as this Internship leading to Job program is for a MERN Stack developer. The Calendar library that you can use in your React JS application can be React Big Calendar. Or you can use anything similar. To get the Holidays data you can use the https://calendarific.com/ service. Make a free account on this service and explore the API Documentation. This service returns all the holidays for a particular country in a Calendar year. This response needs to be saved to Redux (if you know about it, it will be a plus). API Call should be made only once; when the country is selected. The Calendar Library when displayed in a Month view should display the Holiday against the particular Day. e.g. if you select Pakistan and in the Calendar View you select Month as August then it should display 14th August as Independence Day. This mapping of holidays should be done using data from the REDUX state. A sample screenshot of how the application should look is given below.
efikas
Sequel to the interview today and as discussed, we are assigning you a 24 hour task to measure your ability with React. The task is as follows: You will create a React.js blog listing application that lists posts from a WordPress blog API. You should read up on WordPress API at https://developer.wordpress.org/rest-api/ if you have not worked with it before especially about its result pagination. Also, I attached a sample HTTP response for you to know the basic properties included in the posts collection, It includes some custom properties added to make your life easier e.g 'featured_image', 'featured_image_thumbnail', formatted 'post_date' which are not included in the WordPress API by default. Blog Posts Endpoint: https://epower.ng/wp-json/wp/v2/posts Task Requirements We should be able to view Blog Posts (6 posts per page). Each blog post item should contain a featured image, post title & post excerpt. We should be able to view the full content of a post by clicking the post item and the URL should include post slug. There should be previous and next pagination routes. Use of Redux is necessary for your implementation. As discussed, this is a 24 hour task with a deadline for 7pm tomorrow, Friday, August 30, 2019.
aSoteloJurado
No description available
negabaro
No description available