https://github.com/newbumper/taskandmaster
Task&Master is a web application for managing daily tasks, helping users efficiently plan their time and track task completion.
https://github.com/newbumper/taskandmaster
electron react task-manager webapplication
Last synced: 5 months ago
JSON representation
Task&Master is a web application for managing daily tasks, helping users efficiently plan their time and track task completion.
- Host: GitHub
- URL: https://github.com/newbumper/taskandmaster
- Owner: NewBumpEr
- License: mit
- Created: 2024-07-26T09:35:24.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T13:17:51.000Z (over 1 year ago)
- Last Synced: 2025-04-08T21:01:40.297Z (about 1 year ago)
- Topics: electron, react, task-manager, webapplication
- Language: JavaScript
- Homepage: https://taskandmaster.web.app/
- Size: 579 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task&Master
Official website: [Task&Master](https://taskandmaster.web.app)
Task&Master is a web application for managing daily tasks, helping users efficiently plan their time and track task completion.
## Project Goal
Create a convenient and intuitive tool for organizing daily activities, allowing users to register, log in, add, edit, mark tasks as completed, and view planned tasks for future days.
## Technologies
- **React** - For building the user interface.
- **PrimeReact** - For a rich set of ready-to-use UI components.
- **Firebase** - For user authentication and data storage.
- **Electron** - For building a desktop application from the web app.
## Getting Started
### Prerequisites
Ensure you have [Node.js](https://nodejs.org/) installed.
### Installation
1. Clone the repository:
```sh
git clone https://github.com/NewBumpEr/TaskAndMaster.git
```
2. Navigate to the project directory:
```sh
cd TaskAndMaster
```
3. Install the dependencies:
```sh
npm install
```
### Web Application Usage
1. Start the development server:
```sh
npm start
```
2. Open your browser and go to `http://localhost:3000` to see the application running.
### Electron Application Usage
1. Run the Electron application:
```sh
npm run electron:dev
```
## License
This project is licensed under the MIT License.