Skip to content

christian-saldana/Todo-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-Application

For the login credentials use email:[email protected] and password:Test123.

While creating this application I referenced previous projects of mine, StackOverflow, and blogs.

For the login page, it took approximately 4 hours. I hit a roadblock when creating the POST request, because I originally used 'application/json' for the header, but needed 'application/x-www-form-urlencoded'. Another roadblock was session persistence. I had previously created databases for my applications so was not familiar with this feature. I used the package 'react-session-persist' to implement this.

The todo-list page took approximately 3 hours. This component was not difficult but was time-consuming, because it has multiple features such as add, delete, edit, and a filter feature.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published