IgorSobol / todo

React + Redux Simple todo lists from ruby garage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO LIST

Test assignments for Ruby training courses at RubyGarage

THE PURPOSE OF THIS PROJECT

  • The initial goal of this project is to fulfill all the project requirements for admission to the courses
  • Also, during the course of the project, studies the work with react, redux as well as language backend

INSTALLATION

  public/               Public files
  src/                  Work file structure
      components/       Shared components
      layouts/          Layouts
      pages/            Pages 
      stylesheets/      Project styles 
      index.css
      index.js
  package.json
  webpack.config.js     Webpack config
  LICENSE               license of Webpack sandbox
  README                this file

SCRIPTS

Possible build scripts you can find in the file package.json

...
"scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
}
...

WHAT'S NEXT

  • Add a detailed description for configuring webpack
  • Add stylelint
  • Develop the project and make it as accessible as possible for everyone

About

React + Redux Simple todo lists from ruby garage.


Languages

Language:JavaScript 55.5%Language:CSS 36.1%Language:SCSS 6.6%Language:HTML 1.9%