Official website: Task&Master
Task&Master is a web application for managing daily tasks, helping users efficiently plan their time and track task completion.
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.
- 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.
Ensure you have Node.js installed.
- Clone the repository:
git clone https://github.com/NewBumpEr/TaskAndMaster.git
- Navigate to the project directory:
cd TaskAndMaster
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and go to
http://localhost:3000
to see the application running.
- Run the Electron application:
npm run electron:dev
This project is licensed under the MIT License.