Giter Club home page Giter Club logo

todo-web's Introduction

ToDo

GitHub license Version

A simple webpage that helps you to keep track of your tasks.
2nd finalist in the Episcopal Science and Technology Fair 2022.

Para leer las instrucciones en Español, ve aquí.

Features

  • Responsive design
  • Runs on your local network. So you can access this page on any device that is connected to your network.
  • Simple, miniaturized, and minimalistic
  • Getting Started

    Dependencies

    Before starting, make sure you have installed Python 3.9 or above, and make sure it is added to the PATH. You'll also need SQLite3

    Setup and installation

    1. Download the source code from GitHub, or clone this respository with Git.
    git clone https://github.com/MrFellox/todo-web.git
    1. (Recommended) Create a new virtual environment and activate it.
    # Example for Windows
    
    # Create a new virtual environment
    python3 -m venv venv
    
    # Activate the virtual environment (you'll need to activate it every time you use this project)
    venv\Scripts\activate
    1. Install all dependencies with pip.
    pip install -r requirements.txt
    1. Create the database.
    # This command only applies to Windows users, if you are in any other OS, just follow the commands in todo/create_db.sql
    
    db_setup.bat
    1. Run the Flask dev server.
    python3 start.py

    You can now access the URL that is shown in the console and now you can use the app.

    todo-web's People

    Contributors

    fer-hnndz avatar

    Watchers

     avatar

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. 📊📈🎉

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google ❤️ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.