-
Clone the repository:
git clone https://github.com/Thareendra2000/taskify.git cd taskify
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
-
Vite: Vite is a build tool that provides a faster and leaner development experience for modern web projects. It includes a dev server with hot module replacement (HMR) and a build command for bundling code for production.
-
Tailwind CSS: A utility-first CSS framework that allows you to rapidly build custom designs. It is used for styling in this project.
-
Graphql Code Generation: A tool that generates code based on your GraphQL schema and operations. Used with @graphql-codegen/typescript-rtk-query for automatic TypeScript typings and RTK Query hooks.
-
RTK Query: Part of Redux Toolkit, RTK Query is used for data fetching, caching, and state management.
-
And followed a guide, like this sample repository.
-
For the backend used a GraphQL API.