Skip to content

hendrapaiton/todos

Repository files navigation

Todos Project (Practical Tests)

This is a Vue3 project that uses the Composition API as a practical final project for the semester to develop a small to-do application with numerous components that may share data with one another via props/state.

Table of Contents

Installation

To install the dependencies, run the following command:

npm install

Usage

To start the development server, run:

npm run dev

This will start the Vite development server and you can view the application by navigating to http://localhost:3000 in your web browser.

Build

To build the project for production, run:

npm run build

This will create a dist directory with the production build of the application.

Run

To preview the production build locally, run:

npm run preview

This will start a local server to serve the production build.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

A Vue 3 project for Programming Practical Test on Vocational High School

Topics

Resources

License

Stars

Watchers

Forks