A task manager app built with TypeScript and React, featuring Auth0 authentication and CRUD operations.
Before running this app, you must have the following:
- Node.js 17.0 or later installed on your computer
- An auth0 account
To get started with this app, follow these steps:
- Clone this repo using the following command:
git clone https://github.com/builtbysuraj/task-manager.git
- Move to the project directory using the following command:
cd task-manager
- Install the required dependencies using the following command:
npm install
- 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
- Start the development server using the following command:
npm run dev
- Congratulations ✨, you have successfully started the development server!