Skip to main content

Questions tagged [to-do-list]

For code that assists in activity tracking and management

1 vote
1 answer
184 views

I'm writing JS for the FreeCodeCamp todo list; the corresponding HTML and CSS for this can be found on their page. I have made one edit to the HTML - the button with type "submit" has been ...
ApexPolenta's user avatar
1 vote
1 answer
127 views

The code makes unnecessary API calls because there are two useEffect hooks that both fetch data. The first useEffect runs on mount and fetches data for page 1, while the second useEffect runs whenever ...
Tomasz Waszczyk's user avatar
4 votes
3 answers
956 views

The assignment was the following: Users can add at a new Item/Card with Title and Description. Everytime an item is created, it is automatically placed in the TODO column At any point in time items ...
Andrew Bailey's user avatar
2 votes
0 answers
111 views

The working code in full is here. It's a To-Do App with a TypeScript backend, written as practice for an upcoming 4-hour interview for a TypeScript backend role. My colleague and I would like to know, ...
Andrew Cheong's user avatar
2 votes
1 answer
202 views

I have recently started learning Rust and thought I'd start out with the classic Todo List application. The application simply loops forever asking the user to type a number to do specific actions, ...
HarryTheWulf's user avatar
6 votes
2 answers
246 views

I am using the following format for my task management: https://github.com/todotxt/todo.txt Do some stuff +uni due:2022-12-31 Write some paper +uni due:2023-01-10 ...
Tomas's user avatar
  • 63
2 votes
0 answers
107 views

I use a lot of for loops and I think it slows the code down a lot but I have no idea how else this code could be written. Its for a to-do list app and each ...
Helan's user avatar
  • 21
2 votes
1 answer
86 views

After getting the code review I refactored the code and the updated version is below. I tried implementing the suggestions but because I am still learning I might refactor again after learning how to ...
Mubashir Waheed's user avatar
2 votes
1 answer
196 views

I am learning Typescript and created a straightforward to-do list project to practice some basic concepts. I am able to Edit the todo Delete the todo Mark the todo as completed I want to how can I ...
Mubashir Waheed's user avatar
1 vote
0 answers
75 views

I wrote this code for myself so I can manage my personal to-do list easier. Considering, I spend most of my time in the terminal, it made sense. I have worked on the project as a way of practising my ...
Vinn's user avatar
  • 127
4 votes
1 answer
79 views

This is a new version of the todo(1) utility I published some time ago. Now I use julian days rather than time_t to hold time; and the topological sorting is ...
phillbush's user avatar
  • 864
2 votes
0 answers
82 views

I am new to react and I tried to implement a TODO application using react state and props. I need somebody to just review the code and suggest improvements in the code. Currently I have not added any ...
user749598's user avatar
3 votes
1 answer
155 views

I'm a Kotlin engineer looking to get into web dev. I thought it'd be fun to make a Todo app w/o help from the internet. Just looking for some critiques and feedback, as I'm new-ish to the language. ...
Bruce Crust's user avatar
9 votes
2 answers
759 views

todo(1) is a program that lists the next tasks in decreasing order of urgency (most urgent tasks first). "Next" tasks are those which are not blocked by a task it depends that is still not ...
phillbush's user avatar
  • 864
2 votes
1 answer
129 views

I am learning JavaScript and this is a simple todo application I made which uses local storage. It is currently running at: https://koraytugay.github.io/vanillatodo/#. The code is as follows. I am ...
Koray Tugay's user avatar
  • 1,587

15 30 50 per page
1
2 3 4 5
7