Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parisneo/ai_apps

Apps build using lollms
https://github.com/parisneo/ai_apps

Last synced: 4 days ago
JSON representation

Apps build using lollms

Awesome Lists containing this project

README

        

# WebCraftorApps

Welcome to WebCraftorApps! This project contains a collection of web applications that you can navigate to and use. Each application is designed to be simple, intuitive, and useful.

## Table of Contents

- [Overview](#overview)
- [Applications](#applications)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Overview

WebCraftorApps is a collection of web applications including a Chess Game, a Todo App, and a Weight Tracking App. The main page provides a navigation interface with cards that contain snapshots of each application.

## Applications

1. **Chess Game**
- A simple and interactive chess game.
- [Chess Game](chess_game.html)

2. **Todo App**
- A straightforward todo list application to keep track of your tasks.
- [Todo App](todo_app.html)

3. **Weight Tracking App**
- An application to help you track your weight over time.
- [Weight Tracking App](weight_tracking_app.html)

## Usage

You can access the project online without cloning it. Visit the following link to use the applications:
[WebCraftorApps](https://parisneo.github.io/AI_Apps/)

## Contributing

Contributions are welcome! If you have any ideas or improvements, feel free to fork the repository and submit a pull request.

1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature-branch
```
3. Make your changes and commit them:
```bash
git commit -m "Description of changes"
```
4. Push to the branch:
```bash
git push origin feature-branch
```
5. Open a pull request.

## License

This project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for more details.