🔗 Site: https://todolist-rick.vercel.app
You knew that chronicle procrastination affects about 20% of population? Because of that, I developed a To-do List website! ☑
The objective, in addition to practice my skills with HTML, Tailwind CSS and Vanilla JavaScript, was to help people that have difficulties in regulating their lifes, and do what needs to be done.
🚀 Funtionalities: • Add and remove tasks • Clear all tasks button • Pomodoro timer included, with notifications when it stops • Light and Dark mode • Toggle language: Brazilian Portuguese and English • Tasks limit, avoiding production ilusion and Overplanning • Support all screen sizes
I recommend you to install the Live Server extension or similar in your Visual Studio Code to open the archive.
- First, do a git clone of this project:
git clone https://github.com/queirozz8/To-do-List-App.git
- Go to the directory of the project:
cd to-do-list-app/
- Run this command to install all the dependencies (Tailwind CSS):
npm install
- Run the
build
script to createoutput.css
, minify it and run the software:
npm run build
- Execute the HTML archive, or open the archive with Live Server in your Visual Studio Code.
O objetivo, além de praticar minhas habilidades com HTML, Tailwind CSS e JavaScript Vanilla, era ajudar pessoas que possuem dificuldades em regular suas vidas, e fazer as coisas que precisam ser feitas.
🚀 Funcionalidades: • Adicionar e remover tarefas • Botão de remover todas as tarefas de uma vez • Data de hoje, que se atualiza todos os dias • Timer de Pomodoro embutido, com notificações quando ele acaba • Modo claro e escuro • Troca de idioma: Português do Brasil e Inglês • Limite de tarefas, evitando a Ilusão de Produtividade e no Overplanning • Suporte à todos os tamanhos de tela
Eu recomendo você instalar a extensão Live Server ou uma similar no seu Visual Studio Code para abrir o arquivo.
- Primeiro, faça um git clone desse projeto:
git clone https://github.com/queirozz8/to-do-list-app.git
- Vá para o diretório do projeto:
cd to-do-list-app/
- Rode esse comando para instalar todas as dependências (Tailwind CSS):
npm install
- Rode o script
build
para criaroutput.css
, reduzir o tamanho dele e rodar o software:
npm run build
- Execute o arquivo HTML, ou abra o arquivo com o Live Server no seu Visual Studio Code.