Here is the task tracking website in this website I worked in a team of 5 members And I made a dynamic task management functionality so that users can manage their tasks and can plan accordingly, On our website calendar events are also there with will help full for users to tack date and month pl...
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.
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.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.
Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.