Skip to content

bahmutov/todomvc-react

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 2 commits ahead, 7 commits behind vuesomedev:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TodoMVC built with React and Redux

Build Status Dependencies Status

Example Footer component test

Footer test

The well-known TodoMVC built with React and Redux in a structured and testable way.

TodoMVC React

Edit and try it out online

Concepts and tools covered

Usage

After installing the dependencies the following NPM scripts become available:

  • start: starts the application in development mode on http://localhost:9300
  • build: bundles the application for production into the build folder
  • test: runs unit and E2E tests
  • test:unit: runs unit tests with Jest in the src folder suffixed with *.spec.js
  • test:e2e: runs E2E tests with Cypress in the tests/e2e folder suffixed with *.spec.js
  • format: formats the code with Prettier within the src folder
  • lint: lint files with ESLint based on Airbnb's styleguide and the Prettier config

Component architecture

Architecture

Application is compatible with React devtools and Redux devtools

Series

This implementation is part of a series where the same application was implemented with the same architecture.

About

TodoMVC built with React and Redux

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • HTML 1.7%