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.
To run this app, you'll need to have the following installed on your system:
- Python 3
- Flask
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.
To use the app, follow these steps:
- Open your web browser and navigate to http://localhost:5000.
- You should see a list of users displayed on the page.
- To add a new user, enter their name in the "New User" field and click "Add".
- To delete a user, hover over their name and click the "Delete" button that appears.
- If there are no users left in the list, you will see a message indicating that the set is empty.
- To stop the app, press Ctrl + C in the terminal window where it's running.
- Adding to list
- Updated list
- Deleting from list
If you'd like to contribute to this project, you can:
- Fork the repository.
- Make your changes.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.


