Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

To Do App

@murilonicemento

Desktop design screenshot for the Todo app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


Este é um aplicativo To-Do simples, criado utilizando React e Styled Components. Ele permite que o usuário adicione tarefas, marque como concluídas e exclua tarefas.

Para executar este projeto, você precisará ter o Node.js instalado em seu computador.

Para executar o projeto, siga as instruções abaixo:

  1. Clone o repositório:
git clone https://github.com/murilonicemento/todo-app.git
  1. Instale as dependências:
cd todo-app
npm install
  1. Inicie o servidor de desenvolvimento:
npm run dev

O servidor de desenvolvimento será iniciado e o projeto estará disponível em http://localhost:3000.

Se você deseja contribuir para o projeto, siga as instruções abaixo:

  1. Faça um fork do repositório:

  2. Clone o repositório forkado:

git clone https://github.com/murilonicemento/todo-app.git
  1. Crie uma branch para a sua contribuição:
git checkout -b minha-contribuicao
  1. Faça as alterações desejadas e faça commit das suas alterações:
git add .
git commit -m "Minha contribuição"
  1. Faça um push das suas alterações para o repositório forkado:
git push origin minha-contribuicao
  1. Abra um pull request no repositório original.

Community feedback

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord