Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sujilnt/advancedtodo

A Advanced todo APP using custom React components , vanilla CSS(Flexbox) and Webpack
https://github.com/sujilnt/advancedtodo

cssflexbox react react-loadable webpack

Last synced: 2 days ago
JSON representation

A Advanced todo APP using custom React components , vanilla CSS(Flexbox) and Webpack

Awesome Lists containing this project

README

        

## AdvancedTodo
    A todo APP using React,css FlexBox and Webpack . The intentation of this project was to understand indept of webpack code splitting.
How to optimise the js and css files while shipping or publish it. The react-code spliting library used is React-Lodable.




### `Languages and Framework Used`

1) Javascript - ES6 .

2) Vanilla Css - Css FlexBox.

3) React.js and ReactLodable, `All components are custom made without any library`.

4) babel and Webpack.

5) Google developer Tool - show coverage tool.


### `Published Url & Image`
Working url - `https://sujilnt.github.io/AdvancedTodo/`

![alt text](https://github.com/sujilnt/AdvancedTodo/blob/master/assets/AdvancedTodo.PNG)



### `Running App`
For development - `yarn run dev`

For Production - `yarn run prod`

For Deploy and Publish - `yarn run publish`


### `localHost`
`http://localhost:8080/`