Skip to content

flyfir248/Dynamic-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User List Web App

This is a simple web app that allows users to view, add, and delete users from a list. The app is built using Python and Flask.

Requirements

To run this app, you'll need to have the following installed on your system:

  • Python 3
  • Flask

Installation

To install the app, follow these steps:

  • Clone the repository to your local machine.
  • Navigate to the project directory.
  • Install the required dependencies by running pip install -r requirements.txt.
  • Run the app using python app.py.

Usage

To use the app, follow these steps:

  1. Open your web browser and navigate to http://localhost:5000.
  2. You should see a list of users displayed on the page.
  3. To add a new user, enter their name in the "New User" field and click "Add".
  4. To delete a user, hover over their name and click the "Delete" button that appears.
  5. If there are no users left in the list, you will see a message indicating that the set is empty.
  6. To stop the app, press Ctrl + C in the terminal window where it's running.

Demo

  • Adding to list

img.png

  • Updated list

img_1.png

  • Deleting from list

img_2.png

Contributing

If you'd like to contribute to this project, you can:

  • Fork the repository.
  • Make your changes.
  • Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Demonstration of Dynamic web app usecase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published