phlex89 / todo-exercise

Home Page:todo-exercise.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO app built with React and bundled with Vite.

Setup environment

Make sure you have Node.js 14* installed on your machine

Install dependencies

npm install

Running the app

Option 1: run dev server

npm run dev

Option 2: run build

npm run preview

The app will run on: http://localhost:5173/

Tests

- Run tests:

npm run tests

- Run tests dashboard (recommended):

npm run tests:ui

- Run tests coverage:

npm run tests

Then open ./coverage/index.html file in your browser

Preview

This application has been deployed on https://todo-exercise.vercel.app/ using Vercel

N.B. At the first run you will see 4 todos already created to simulate a real-world example. The application will keep the updates across page reloads using local storage.

About

todo-exercise.vercel.app

License:GNU General Public License v3.0


Languages

Language:HTML 83.1%Language:TypeScript 7.8%Language:JavaScript 4.6%Language:CSS 4.5%