Skip to content

oumoussa98/awesome-todo-app

Repository files navigation

Todo App


Technologies used


Unit tests using vitest

Integration tests using cypress

Dev tools

Try it

  • Or clone to local

    git clone git@github.com:oumoussa98/awesome-todo-app.git
    
    cd awesome-todo-app
    
    npm install
    
    npm run dev # start dev server
    
    npm run test:unit # run unit tests
    
    npm run test:e2e # run integration tests
    
    # checkout package.json to see all available scripts