To-do list with multiple options/editions created using ReactJS. ParcelJS is used as bundler to compile JSX/Babel in development and send it to production.
Ensure you have ParcelJS installed globally in your computer.
npm install -g parcel-bundler
Download the master branch and from the terminal inside of the folder, run npm install to place the node_modules in your project.
To develop:
npm start
To build
npm run build
Demo in: