Skip to content

A minimalist task management application built with TypeScript, emphasizing intuitive user experience and modern visual design. Made for masterize skill development in frontend architecture and interactive UI patterns.

Notifications You must be signed in to change notification settings

felipe-b-ribeiro/ToDoList-TypeScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Access the project at: https://felipe-b-ribeiro-todolist-ts-vercel.vercel.app


To Do List in TypeScript

  • A To-Do List project built in TypeScript for improving my skills.

🧰 Stack:


How to run the project locally?

1. Clone the repository

In the git terminal, navigate to the directory where you want to save the project.

cd path/where/you/want/to/save/the/project

Then, clone the repo:

git clone https://github.com/felipe-b-ribeiro/ToDoList-TypeScript

2. Install Dependencies

In VS Code terminal with the project open, type:

npm i

3. Compile TypeScript and run the build

In the same terminal, type:

npm run build

4. Run the project

Use Live Server or open the file dist/index.html in your browser.

About

A minimalist task management application built with TypeScript, emphasizing intuitive user experience and modern visual design. Made for masterize skill development in frontend architecture and interactive UI patterns.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors