GithubHelp home page GithubHelp logo

test-driven-development-code's Introduction

Simple List Web Page

This is a simple web page that allows users to create and manage a list. The project was developed as a learning exercise while following along with Test-Driven Development with Python by Harry J.W. Percival (commonly referred to as "Obey the Testing Goat").

Features

  • Add items to the list

Technologies Used

  • HTML5: Markup language used for structuring the web page.
  • JavaScript: Adds interactivity to the list (e.g., adding/removing items).
  • Python: Backend logic for managing the list items (if applicable).
  • Django: Web framework used to handle server-side logic (if applicable).
  • Unit Testing: Tests were written using the TDD methodology to ensure functionality works as expected.

How to Run the Project

  1. Clone this repository to your local machine:
    git clone https://github.com/your-username/your-repository.git
  2. Navigate to the project directory:
    cd your-repository
  3. (Optional) If using Django, set up a virtual environment and install the required packages:
    python3 -m venv env
    source env/bin/activate
    pip install -r requirements.txt
  4. Run the project (if applicable):
    python manage.py runserver
  5. Open your web browser and go to http://127.0.0.1:8000 to see the list web page in action.

Notes

This project was created as part of a learning exercise following along with Test-Driven Development with Python by Harry J.W. Percival. The book, often referred to as "Obey the Testing Goat," emphasizes the importance of writing tests before the actual code, ensuring that every feature works as intended from the start.

License

This project is open-source and available under the MIT License.

test-driven-development-code's People

Contributors

oscararenas12 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.