API repository: https://github.com/mikhaylov1gor/Api-Todo-List
!!! Before running the project, make sure the API is running on the correct port. To change the port for API interaction: !!!
-
Open the file
src/API/api.ts -
Find the line where the API URL is defined, for example:
const url = "http://localhost:5207/api/Task";'; // Replace with the port your API is running on
Running Locally
-
Clone the repository:
git clone https://github.com/mikhaylov1gor/React-Todo-List -
Install the packages:
npm install -
Run the project:
viteor
npm run dev