Skip to content

mikhaylov1gor/ReactTodoList

Repository files navigation

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: !!!

  1. Open the file src/API/api.ts

  2. 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

  1. Clone the repository:

     git clone https://github.com/mikhaylov1gor/React-Todo-List
    
  2. Install the packages:

     npm install
    
  3. Run the project:

     vite
    

    or

     npm run dev
    

About

a simple web application on React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published