Coder Social home page Coder Social logo

oiclid / meteor-react-tutorial-notes-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codechron/meteor-react-tutorial-notes-app

0.0 2.0 0.0 166 KB

A basic note-taking app built with Meteor and React.

License: MIT License

HTML 0.64% JavaScript 65.44% CSS 33.92%

meteor-react-tutorial-notes-app's Introduction

A Basic Note-taking App Built with Meteor and React

note app views

This is the app we built during an introductory workshop on Meteor and React JS. This app can be a great starting point for a beginner programmer who wants to take their JS knowledge to the next level.

Just clone the repo, and follow the comments in the code. Start at /app/client/main.js. I recommend trying to build your own version of the app while reviewing the code and the comments.

Run the app

  1. Make sure you have Meteor installed.
  2. Cd into the app directory.
  3. Install npm packages: meteor npm install
  4. Run the app: meteor
  5. View the app in your browser at http://localhost:3000

Some topics covered

  • Eager vs Lazy Loading
  • ES6 Modules (import/export)
  • Publications and Subcriptions
  • Creating your own mini CSS framework
  • Creating React components using plain functions vs with React.Component
  • Setting propTypes and defaultProps
  • Defining and updating React component state

and more...

Getting caught up using git branches.

  1. Clone the repo
  2. Pull down all branches: git fetch --all
  3. View available branches: git branch -a
  4. Check out a specific branch: git checkout remotes/origin/[branchname] eg git checkout remotes/origin/01-setup

Questions, Comments, Feedback?

Leave a comment at the associated blog post or ping me on Twitter.

meteor-react-tutorial-notes-app's People

Contributors

andersr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.