builtbysuraj / task-manager

A task manager app built with TypeScript and React, featuring Auth0 authentication and CRUD operations.

Home Page:https://task-manager-one-olive.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Manager

A task manager app built with TypeScript and React, featuring Auth0 authentication and CRUD operations.

Task Manager screenshot

Prerequisites

Before running this app, you must have the following:

  • Node.js 17.0 or later installed on your computer
  • An auth0 account

Getting Started

To get started with this app, follow these steps:

  1. Clone this repo using the following command:
git clone https://github.com/builtbysuraj/task-manager.git
  1. Move to the project directory using the following command:
cd task-manager
  1. Install the required dependencies using the following command:
npm install
  1. Create a .env file in the root directory of the project and add your auth0 credentials, like this:
VITE_DOMAIN=your-auth0-domain-url-goes-here
VITE_CLIENT_ID=your-client-id-goes-here
  1. Start the development server using the following command:
npm run dev
  1. Congratulations ✨, you have successfully started the development server!

About

A task manager app built with TypeScript and React, featuring Auth0 authentication and CRUD operations.

https://task-manager-one-olive.vercel.app


Languages

Language:TypeScript 95.2%Language:HTML 4.8%