This project is a task management system built with TypeScript and JavaScript. It uses npm for package management.
To install the project, follow these steps:
- Clone the repository:
git clone https://github.com/sidsaxena0/project-name.git - Navigate to the project directory:
cd project-name - Install the dependencies:
npm install
To run the project, use the following command: npm start
To run the tests, use the following command: npm test
- Key-based filtering on task endpoint
- Pagination support
- Task management features like creating, updating, and deleting tasks
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.