Download the project using zip Download zip or maybe you love command line, then go for
git clone https://github.com/LaxmanChoudhary/django-react-todo.git
python
3.6 or highernodeJs
latest stable or somewhere around
pipenv install
where pipfile is present...
-
mandatory
-
optional
-
fontawesome-free
-
axios
-for restAPI requests -
bootstrap
-
react-alert
-for alert messages -
react-redux
-
react-router-dom
-
redux
-
redux-devtools-extension
-to make redux-devtools work (debugging) -
redux-logger
-for logging actions on console (debugging) -
redux-thunk
cd django-react-todo/frontend
npm install
-
Create build files
in django-react-todo/frontendnpm run dev
-
Run Django server
in root folderpython manage.py runserver
working on it...
Some functionalities are still to be implemented
- Visibility filter
- UI improvement
would love any contribution...