TaskUtils
A lightweight task management app built with React and Bootstrap.
ReactとBootstrapで構築された軽量なタスク管理アプリケーションです。
📝 Features / 特徴
Add, edit, and delete tasks easily
タスクの追加、編集、削除が簡単に行えます。
🌐 View Live / ライブデモ
🔗 https://taskutils.netlify.app/
📱 Fully responsive and works on desktop and mobile browsers.
💻 完全にレスポンシブで、デスクトップおよびモバイルブラウザで動作します。
Responsive design using Bootstrap
Bootstrapを使用したレスポンシブデザイン。
Intuitive user interface
直感的なユーザーインターフェース。
Built with Create React App
Create React Appを使用して構築。
GitHub
GitHub
Stack Overflow
🚀 Getting Started / はじめに
Prerequisites / 前提条件
Node.js (v14 or later)
Node.js(バージョン14以上)
npm (v6 or later)
npm(バージョン6以上)
Installation / インストール
bash
コピーする
編集する
git clone https://github.com/lamabishal1/TaskUtils.git
cd TaskUtils
npm install
Running the App / アプリの起動
bash
コピーする
編集する
npm start
This will start the development server at http://localhost:3000.
開発サーバーが http://localhost:3000 で起動します。
🛠️ Scripts / スクリプト
npm start - Start the development server
開発サーバーを起動します。
npm test - Run tests in watch mode
テストをウォッチモードで実行します。
npm run build - Build the app for production
本番環境用にアプリをビルドします。
npm run eject - Eject the app (not reversible)
アプリをイジェクトします(元に戻せません)。
📁 Project Structure / プロジェクト構成
pgsql
コピーする
編集する
TaskUtils/ ├── public/ ├── src/ │ ├── components/ │ ├── App.js │ └── index.js ├── package.json └── README.md
📄 License / ライセンス
This project is licensed under the MIT License.
このプロジェクトはMITライセンスの下で提供されています。
🙋♂️ Author / 作者
GitHub: lamabishal1
Feel free to contribute or report issues!
お気軽に貢献や問題の報告をしてください!!