Welcome to the Smarter Tasks App, a project management system built using Redux, React, and TypeScript.
Check out the live demo of Smarter-Tasks in here.
- Create tasks with titles, descriptions, and due dates.
- Organize tasks into different categories or projects.
- Mark tasks as completed.
- Edit existing tasks.
- Delete tasks.
- Filter tasks based on status (completed/incomplete).
- Sort tasks by due date or title.
- React: JavaScript library for building user interfaces.
- Redux: State management library for JavaScript apps.
- TypeScript: Typed superset of JavaScript that compiles to plain JavaScript.
- HTML/CSS: Markup and styling languages for web development.
- Clone the repository:
git clone https://github.com/your-username/smarter-tasks-app.git
- Install dependencies:
cd smarter-tasks-app npm install
- Start the development server:
npm start
- Open http://localhost:3000 in your browser to view the app.
Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.