Skip to content
forked from red-gate/web-kata

Kata for Single-Page applications. In React, TypeScript and Javascript.

License

Notifications You must be signed in to change notification settings

jcrang/web-kata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-kata

Kata for Single-Page applications. In React, TypeScript and Javascript.

Requirements

Versions used

  • npm: 4.5.0
  • node: v7.8.0
  • yarn: v0.27.5

ℹ️ if you need to keep a different version of Node.js on your machine, you can use nvm to manage different versions of Node.js.

Instructions for any Kata

Run the app

  • cd app1
  • yarn
  • yarn start

This will start the web app development server usually at http://localhost:3000/.

Change some code

Go to App.js and change the message. The app should re build itself and reload the content with your changes.

Katas

1- Introduction to a simple React App

Kata 1

2- Add and remove objects

Kata 2

3- Filter, show and hide objects

Kata 3

4- Add router to an app

Kata 4

5- interaction with backend server through REST API calls [in progress]

Kata 5

6- Redux [todo]

7 Redux and React-router

8- SignalR - Redux [todo]

9- TypeScript [todo]

Resources:

About

Kata for Single-Page applications. In React, TypeScript and Javascript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.6%
  • C# 23.4%
  • CSS 9.0%
  • HTML 6.0%