adding devops

used gemini to create the k8s/dockerfiles faster
This commit is contained in:
Smigz 2025-05-02 16:47:07 +00:00
parent 5c09c5a22f
commit 6c14a968c3
74 changed files with 2061 additions and 16 deletions

60
todo/README.md Normal file
View file

@ -0,0 +1,60 @@
# Todo Project
This is a web application that allows you to create and manage a todo list.
## Description
This project allows you to create, edit, and delete tasks from a todo list. The project utilizes Javascript, HTML, and CSS.
## Features
* Add new tasks to the todo list.
* Mark tasks as complete.
* Delete tasks from the todo list.
## Local Development
To run this project locally, follow these steps:
1. **Clone the repository:**
```
bash
git clone <repository_url>
```
2. **Navigate to the project directory:**
```
bash
cd todo
```
3. **Open `index.html`:** Open the `index.html` file in your web browser.
## Build
The build of this project is handled through webpack.
1. **Install Dependencies:**
```
bash
npm install
```
2. **Run Build:**
```
bash
npm run build
```
After running build, a `bundle.js` will be generated.
## Usage
Once you have the project running, you can use the interface in your browser to interact with the todo list.
## Technologies Used
* HTML
* CSS
* JavaScript
* webpack