mnasyrov / tasklist

A simple task list. Proof of concept for creating React app with JetState and react-ioc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaskList App

A simple task list.

Actions Status Conventional Commits

This is a proof-of-concept for building React app without Redux.

Following tools are used:

  • JetState - Reactive state management with RxJS.
  • react-ioc - Hierarchical Dependency Injection with new React 16 Context API.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Licence

MIT

About

A simple task list. Proof of concept for creating React app with JetState and react-ioc.

License:MIT License


Languages

Language:TypeScript 90.3%Language:HTML 7.9%Language:CSS 1.7%