Skip to content

haakonst/react-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Workshop

Task is to create a TODO list application using React ala ToDO MVC

Prerequisites

Functionality

  • List all ToDo items
  • Add item to ToDo list
  • Mark item in ToDo list as completed
  • Filter list on all / active / completed items
    • Number of items in current selected filter list
  • Empty completed items list

Workshop is split into 4 different projects:

  • ES2015 - Use pure es2015 for best browser support without transpiling
  • ES2016 - Enable the use of modern Javascript and transpile for browser support
  • ES2016_jsx - Use of JSX code style in React components
  • Typescript - Get typesafety using Typescript for writing React components

All projects have hot reloading enabled. Go to the directory matching the project you want to run and run yarn && npm run start and start coding.

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.5%
  • TypeScript 44.5%
  • HTML 7.0%