This is a simple app written in React.js and utalizing various complimentary libraries and frameworks such as Babel, Webpack, React-modal and SCSS.
The app works as a random picker for tasks. Where you can input tasks or choices and let the app choose which option you should pick. This has been a learning project to get to grips with React.js in a project environment.
As I went through this project, I learnt and then experimented with various aspects of the React framework. Below is the checklist of what I got to grips with.
- Setting up a React.js environment ✅
- JSX and ES6 syntax ✅
- React Components ✅
- Stateless Functional Components ✅
- Webpack ✅
- Using a third-party component ✅
- Styling React ✅
The app is currently being deployed to Heroku at: https://indecision-app-rupiee.herokuapp.com/
Comprehensive testing will be added at a later date as will TravisCI for continuous integration.