/react-crud-todo-app

This is just sample React CRUD Todo App built with React, Webpack.

Primary LanguageJavaScript

React CRUD Todo App

This is a demo of a React CRUD Todo App using localstorage and testing with Jest.
I created this for my learning.

Features

  • Weboack 4
  • Babel
  • Sass(SCSS)
  • Hot reload
  • Webpack dev server
  • ESLint
  • Prettier
  • Jest

Quick start

  1. Clone this repo
git clone git@github.com:chocolat5/react-boilerplate.git <PROJECT_NAME>
  1. Move to the appropriate directory
cd <PROJECT_NAME>
  1. Install npm package
npm install --save-dev
  1. Run the project
npm run start
  1. See http://localhost:8080/

References

How to build a React CRUD todo app
Testing React app with Jest