Overview:
Silky Cannon is a task tracking website developed by a team of 5 members. It offers dynamic task management functionality, allowing users to create, edit, and delete tasks and subtasks. The website also includes a calendar feature for tracking tasks on a date-wise, day-wise, and month-wise basis. Silky Cannon is built with React, Redux, Redux-Thunk, React-router-dom, CSS, Chakra UI, and Styled-Component.
Features:
- Fully responsive layouts
- Authentication for users and admin
- Users can create, edit, and delete tasks and subtasks
- Calendar feature for tracking tasks
- Task filtering based on tags (personal, official, and others)
- Admin functionality to manage user data, API, and deletion of users and data
- Individual users can manage their own data without making changes to others’ data
Installation:
To install and run Silky Cannon, follow these steps:
- Clone the GitHub repository:
git clone <repository_url>
- Install the required dependencies using Node Package Manager (NPM):
npm install
- Start the development server:
npm start
- Access the Silky Cannon website locally at http://localhost:3000
Summary:
Silky Cannon is a task tracking website with a range of features to help users manage their tasks effectively. With the ability to create, edit, and delete tasks and subtasks, as well as track tasks on a calendar, users can stay organized and plan their work efficiently. The intuitive filtering feature allows users to categorize tasks based on tags. Additionally, the admin functionality provides control over user data and API management. Silky Cannon offers a user-friendly interface and is built using modern web development technologies including React, Redux, and CSS.