Home - PronabM/State.js GitHub Wiki
Welcome to the State.js wiki.
What is State.js ?
JS library (State) which is useful in converting JS objects into observable(s) and has handy API to manipulate the state. This project/assignment was given as the Second Round of Hiring Challenge Hosted on Skillenza.
Project Objective
Deliver JS library (State) which is useful in converting JS objects into observables and has handy API to manipulate the state.
Core Deliverables
- Code of the library (language: JavaScript, version: ES6)
- Build system which generates ES5 and ES6 code
- Unit tests with minimum 50% coverage
- Lint
- Documentation
- Sample
Progress
The Methods required are almost complete with a few modifications to be made in the prop and addition of next methods. Due to final year examinations the progress of the project was hindered.