Skip to content

haeyoonp/to-do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starting the proejct

in the base repository of the project, open terminal and type command for these cases :

(1) to start the project

  • npm start

(2) missing module error

use these shell commmands depending on what module is missing:

  • npm install react-scripts
  • npm install react
  • npm install react-beautiful-dnd
  • npm install easybase-react

(3) other possible error

in case of "Attempting to bind to HOST environment variable : xxx " error :

  • unset HOST

features of the project

Database : easy-base react

  • login required

Drag and Drop : react-beautiful-dnd

  • in the to-do list, tasks can be drag and dropped 'within' to-do list
  • when the cursor changes to grab, it means it can be dragged
  • to help find draggable point, black dot was added to each list

About

simple to-do app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published