Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.32 KB

Taskify

Getting started

  1. Clone the repository:

    git clone https://github.com/Thareendra2000/taskify.git
    cd taskify
  2. Install Dependencies:

    npm install
  3. Run the Development Server:

    npm run dev

Technologies used

  • 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.