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

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.

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.