leonardopliski / react-antd-todo

A simple todo list app built with React, Redux and Antd - Ant Design

Home Page:https://react-antd-todo.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Ant Design Todo List

Application Sample A simple todo list app built with React, Redux, Redux Persist, LESS and Ant Design

Demo

A demo is worth a thousand words

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
  • LESS ( using less into your application makes style management easy )

Contributions

Your contributions are always welcome!

License

This Project is MIT licensed © Leonardo Pliskieviski

About

A simple todo list app built with React, Redux and Antd - Ant Design

https://react-antd-todo.netlify.com/

License:MIT License


Languages

Language:TypeScript 75.7%Language:Less 11.0%Language:HTML 9.0%Language:Dockerfile 2.3%Language:JavaScript 2.0%