A simple task manager application built with React and Redux.
- Add and remove tasks
- View a list of tasks
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/your-username/task-manager.git
cd task-manager- Install the dependencies:
npm install
# yarn install- Run the development server:
npm run start
# yarn startIn the cloud-free development environment where you can directly start coding.