Skip to content

assembler-institute/redux-pill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#javascript #reactjs #redux #master-in-software-engineering

Redux Pill

Version

In this project, you will learn how to set up the Redux library into a ReactJS project, save a global state into it and use its middlewares to perform async actions.

To achieve this goal, you will implement a real state portal with the functionality of search and filtering properties.

Index

Requirements

  • You must use React Router for the routing of the App
  • On the home page, you must save the search field into Redux so you can retrieve it later when going to the filtering page.
  • For asynchronous calls to the backend API, you should use the Redux Thunk library.
  • All the code, including comments, needs to be written in English
  • You must use semantic HTML5 elements for all the contents of the application, main, section, form, input types, etc

Repository

First of all you must fork this project into your GitHub account.

To create a fork on GitHub is as easy as clicking the “fork” button on the repository page.

Fork on GitHub

Technologies used

* HTML

* CSS

* JS

* ReactJS

* Redux

* Redux Thunk

* LocalStorage

Project delivery

To deliver this project you must follow the steps indicated in the document:

Resources

This section include all the main resources that the students should check.

Here are some examples of resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published