taylorham / react-starter-example

A basic overview of the most common functions and patterns in React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Starter Example

This is an example app made with React to show how you might build a Todo List app.

Table of Contents:

Getting up and running

Clone this repository with git clone git@github.com:sustain/react-starter-example.git and run npm install to install dependencies, followed by npm start to get the server up and running. Then navigate to localhost:3333/public in your favorite browser to view the app.

Feel free to change any files and save them to see them automatically update in your browser.

TODO

  1. Add comments to most functions in every file
  2. Include an explanation of most commonly used techniques in README
  3. Add 'edit' function to TodoItem

⬆ back to top

About

A basic overview of the most common functions and patterns in React


Languages

Language:JavaScript 97.9%Language:HTML 1.8%Language:CSS 0.3%