Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmax committed Oct 29, 2019
1 parent 5da7d7f commit 4baa233
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: react app CI
name: ci

on: [push]

Expand Down
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# React stack playground

[![Build Status](https://travis-ci.org/rodmax/react-playground.svg?branch=master)](https://travis-ci.org/rodmax/react-playground)
[![Dependency Status](https://david-dm.org/rodmax/react-playground.svg)](https://david-dm.org/rodmax/react-playground)
[![devDependency Status](https://david-dm.org/rodmax/badges/react-playground/dev-status.svg)](https://david-dm.org/rodmax/react-playground#info=devDependencies)
[![Actions Status](https://github.com/rodmax/react-playground/workflows/ci/badge.svg)](https://github.com/rodmax/react-playground/actions)


The main purpose of this project is to study web applications development based on react stack

## TODO list

- [x] MVP based on react and redux
- [x] TypeScript with React
- [ ] play with react/redux DevTools
- [ ] localization
- [ ] tests
- [x] Build: webpack based
- [x] JavaScript: TypeScript
- [x] CSS: Sass + PostCSS(autoprefixer and friends)
- [ ] Quality:
- [x] E2E testing: testcafe
- [x] unit & international testing: jest + testing-library
- [x] Hyper strong TypeScript config
- [x] EsLint
- [x] Prettier for formatting
- [ ] App:
- [ ] localization
- [ ] Store: Redux + Redux Starter Kit(?) + RxJs(rxjs/observable)
- [ ] Router: router5

0 comments on commit 4baa233

Please sign in to comment.