{"id":28489989,"url":"https://github.com/abdugaffor2004/todoapp-solidjs","last_synced_at":"2025-06-29T21:31:52.148Z","repository":{"id":294194437,"uuid":"986200768","full_name":"abdugaffor2004/ToDoApp-SolidJS","owner":"abdugaffor2004","description":"Another one Todo-App","archived":false,"fork":false,"pushed_at":"2025-06-05T10:35:19.000Z","size":190,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T07:07:17.096Z","etag":null,"topics":["daisy-ui","docker","solidjs","tailwind-css","tanstack-solid-query"],"latest_commit_sha":null,"homepage":"https://to-do-app-solid-js.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abdugaffor2004.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-19T09:00:06.000Z","updated_at":"2025-06-04T14:28:31.000Z","dependencies_parsed_at":"2025-05-19T10:39:13.578Z","dependency_job_id":null,"html_url":"https://github.com/abdugaffor2004/ToDoApp-SolidJS","commit_stats":null,"previous_names":["abdugaffor2004/todoapp-solidjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abdugaffor2004/ToDoApp-SolidJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdugaffor2004%2FToDoApp-SolidJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdugaffor2004%2FToDoApp-SolidJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdugaffor2004%2FToDoApp-SolidJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdugaffor2004%2FToDoApp-SolidJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdugaffor2004","download_url":"https://codeload.github.com/abdugaffor2004/ToDoApp-SolidJS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdugaffor2004%2FToDoApp-SolidJS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262671490,"owners_count":23346416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["daisy-ui","docker","solidjs","tailwind-css","tanstack-solid-query"],"created_at":"2025-06-08T07:07:08.377Z","updated_at":"2025-06-29T21:31:52.142Z","avatar_url":"https://github.com/abdugaffor2004.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 ToDoApp-SolidJS\n\nA modern, Todo application built with SolidJS, featuring a clean UI and full CRUD functionality.\n\n## ✨ Features\n\n- 🎯 **Full CRUD Operations** - Create, read, update, and delete tasks\n- 🎨 **Modern UI** - Clean and responsive design\n- ⚡ **SolidJS Frontend** - Fast and efficient reactive framework\n- 🔧 **Json-Server Mock** - RESTful API with Json-Server\n- 🐳 **Docker Support** - Easy deployment with Docker Compose\n- 📱 **Responsive Design** - Works on desktop and mobile devices\n\n## 🛠️ Tech Stack\n\n### Frontend\n\n- **SolidJS** - Reactive JavaScript framework\n- **Vite** - Fast build tool and dev server\n- **TailwindCSS** - Modern styling\n- **DaisyUI** - Flexable UI libriary\n\n### DevOps\n\n- **Docker** - Containerization\n- **Docker Compose** - Multi-container orchestration\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Node.js 18+\n- npm\n- Docker (optional)\n\n### Local Development\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/abdugaffor2004/ToDoApp-SolidJS.git\n   cd ToDoApp-SolidJS\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Start development server**\n\n   ```bash\n   npm run dev\n   ```\n\n4. **Open your browser**\n   Navigate to [http://localhost:5173](http://localhost:5173)\n\n### Docker Development\n\n1. **Start with Docker Compose**\n\n   ```bash\n   docker-compose up --build\n   ```\n\n2. **Access the application**\n   - Frontend: [http://localhost:5173](http://localhost:5173)\n   - Backend API: [http://localhost:3000](http://localhost:3000)\n\n## 📁 Project Structure\n\n```\nToDoApp-SolidJS/\n├── src/                   # Frontend source code\n│   ├── components/        # Reusable UI components\n│   ├── types/             # Application common types\n│   ├── styles/            # CSS/SCSS files\n│   └── utils/             # Utility functions\n├── server/                # Backend API\n│   ├── db.json            # API routes\n│   └── Dockerfile         # Docker server image definition\n├── scripts/               # Build and setup scripts\n├── docker-compose.yml     # Docker services configuration\n├── Dockerfile             # Docker client image definition\n└── package.json           # Dependencies and scripts\n```\n\n## 📜 Available Scripts\n\n### Development\n\n- `npm run dev` - Start development server with hot reload\n- `npm run build` - Build for production\n- `npm run preview` - Preview production build locally\n\n### Docker\n\n- `docker-compose up` - Start all services\n- `docker-compose down` - Stop all services\n- `docker-compose build` - Rebuild containers\n\n## 🌐 API Endpoints\n\nThe backend provides RESTful API endpoints for todo management:\n\n- `GET /api/todos` - Get all todos\n- `POST /api/todos` - Create new todo\n- `PUT /api/todos/:id` - Update existing todo\n- `DELETE /api/todos/:id` - Delete todo\n\n## 🔧 Configuration\n\n## 🚢 Deployment\n\n### Production Build\n\n1. **Build the application**\n\n   ```bash\n   npm run build\n   ```\n\n2. **Deploy the `dist` folder** to your preferred hosting service\n\n### Docker Production\n\n1. **Build production image**\n\n   ```bash\n   docker build -t todoapp-solidjs .\n   ```\n\n2. **Run production container**\n   ```bash\n   docker run -p 80:80 todoapp-solidjs\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdugaffor2004%2Ftodoapp-solidjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdugaffor2004%2Ftodoapp-solidjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdugaffor2004%2Ftodoapp-solidjs/lists"}