Skip to content

michaelgichia/TODO-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Todo-list series ✨

This a series for javascript projects using different frameworks and libraries.

As the project names suggest, the technologies used in building the project determines the name.

A good example is Vanilla Todo-list.

vanilla Todo-list

Framework and libaries used:

  • Es6
  • Materializecss

Installation:

> git clone https://github.com/michaelgichia/TODO-List.git
> cd VanillaJs
> npm install
> npm start

Other projects on this repository are:

1. ReduxReactTodo

React Todo-list

Framework and libaries used:

  • React-Boilerplate
  • Reactjs
  • Redux
  • Styled-components
  • Es6
  • Material-Ui
  • Browser-sync
  • react-styled-flexboxgrid

Installation:

> git clone https://github.com/michaelgichia/TODO-List.git
> cd ReduxReactToDo
> yarn
> yarn start

2. ReactTodo

React Todo-list

Framework and libaries used:

  • Reactjs
  • Es6
  • Materializecss
  • Create-react-app by facebook
  • Styled-components
  • Browser-sync

Installation:

> git clone https://github.com/michaelgichia/TODO-List.git
> cd ReactToDo
> yarn
> yarn start

3. MERNTodo coming soon...