Skip to content

noelkoutlis/meteor-react-start-app

 
 

Repository files navigation

Meteor-React start-app

Find the source at Github: AnnotatedJS/meteor-react-start-app

Try it out at meteor.com

See also the tutorial that goes along with this start-app.

Features

This app isn’t done yet. If you think something is missing or wrong, just sent me an email.

This start-app contains:

  • Meteor release 1.3-rc.12 with React and React Router
  • NPM Packages: react@15.0.2 react-dom@15.0.2 react-router@2.4.0 history@2.1.1 react-mixin babel@6.5.2
  • ES6: arrow functions
  • A reactive lay-out based on flexbox with a header, body and a footer and three columns
  • User Login (create account, login/logout, change password)
  • Router with Navigation buttons
  • Some static 'pages': Home, Admin and NotFound
  • Dynamic Task page with all features of MDG's simple-todos-react, such as:

    • Add a new task
    • Edit the text of an existing 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

Fixtures

The following users are created automatically (all with password "password"):

  • UserOne
  • UserTwo

Also, the following tasks are created automatically (all created by UserOne):

  • Public Not Completed Task 1
  • Public Completed 2
  • Private Not Completed Task 3
  • Private Completed Task 4

License

Copyright (C) 2016 AnnotatedJS/René Post

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • CSS 8.5%
  • HTML 0.7%