Skip to content

rataysh/taskBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

This is a project for my portfolio

I used the following set of tools to create this project:

1) Language

  • completely on Typescript

2) Library

  • React (TSX, hooks, props, state, components)
  • React router dom (v6.4.4) for navigation ( Routes, Route, Link, state, useLocation)
  • React Beautiful Dnd for drag and drops

3) State manager

  • Redux (v4.2.0) (store, reducer, action, dispatch, useSelector)
  • Redux Persist for saving to local storage

4) Style

  • SCSS as a primary tool (extend, include, breakpoint, nested styles, variables)
  • Material UI (some componets)

In this kind of Trello task board you can:

Create projects and tasks

createProjAndTask

Manage tasks

newTask

Manage sub-tasks

subTask

Saving data to local storage

localStorage

Responsive design

mobile1 mobile2 mobile3 mobile4

Releases

No releases published

Packages

No packages published