/Fluffy-Fortnight

Todo List made with django, native front with html, css and javascript. End-user can create a note and remove it once done, remove all notes and delete completed ones.

Primary LanguagePython

Todo List With Django

Todo List


  1. Clone the project and make it your own.
git clone https://github.com/iNightjar/Fluffy-Fortnight.git
cd Fluffy-Fortnight
git checkout master
rm -rf .git
git init .
git add --all
git commit -m "Your Commit Message"
  1. Create virtual environment and activate it.
python3.10 -m venv venv
source venv/bin/activate

Use .\venv\Scripts\activate if on windows

  1. Install requirements
(venv) python -m pip install pip --upgrade
(venv) python -m pip install -r requirements.txt
  1. Open VSCode
code .