A Simple Todo List App built with React, Redux

React Ant Design Todo List Application Sample A simple todo list app built with React, Redux, Redux Persist, SASS and Ant Design.

This is image title

Usage

First of all, clone this repo:

$ git clone https://github.com/leonardopliski/react-antd-todo.git

Move to the project dir:

$ cd react-antd-todo/

With Docker just run:

$ docker-compose up -d

Application Principles

  • A better JavaScript ES6 syntax ( arrow functions, ternary operators, object destructuring and others! )
  • React ( Presentational and Container Components )
  • Redux ( State Management with our action creators, reducers, and store )
  • Redux persist ( A great tool to persist and rehydrate redux store )
  • Ant Design for a better UX & UI with Responsive Web Design
  • SASS ( using node-sass into our application managing styles becomes easy )
  • Yarn ( A fast and asynchronous dependency manager for our projects )

Download Details:

Author: leonardopliski

Live Demo: https://leonardopliski.github.io/react-antd-todo/#/

GitHub: https://github.com/leonardopliski/react-antd-todo

#reactjs #javascript

A Simple Todo List App built with React, Redux
19.60 GEEK