Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/parisneo/ai_apps
- Owner: ParisNeo
- License: apache-2.0
- Created: 2024-07-05T05:44:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T00:42:07.000Z (4 months ago)
- Last Synced: 2024-10-31T11:28:47.553Z (about 2 months ago)
- Language: HTML
- Size: 5.46 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.