Skip to content

A simple react-ts project used graph QL end point and used RTK Query.

Notifications You must be signed in to change notification settings

Thareendra2000/taskify

Repository files navigation

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.

About

A simple react-ts project used graph QL end point and used RTK Query.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published