This is a task manager application created with React, TypeScript and Vite.
Project is created with:
- TypeScript
- React
- Vite
- React Hook Form
- Zod
- React Select
- React Toastify
- Jest
- Testing Library
-
Clone the repository:
git clone https://github.com/mayra-palomares/tasks-react-app.git
-
Create a .env file in the root directory with the following variables:
VITE_API_URL=
-
Install it locally using
npm install
-
Run the project using
npm run dev