This start-app contains:
- Meteor release 1.3-modules-beta.5 with React and React Router
- NPM Packages: react react-dom [email protected] [email protected] react-mixin [email protected]
- ES6: arrow functions
- A basic lay-out with a header, body and a footer
- User Login (create account, login/logout, change password)
- Router with Navigation buttons
- Some static 'pages': Home, Admin and NotFound
- All features of simple-todos-react, such as:
- Add a new task
- List of tasks
- Counter with number of not completed tasks
- Filter or not completed tasks
- Change tasks from public to private and vice versa
- Change tasks from not-completed to completed and vice versa
- Remove tasks
See also the tutorial that goes along with this start-app.