https://infinite-journey-53974.herokuapp.com/ deployed heroku link
https://yura85.github.io/todo-list-frontend/ deployed frontend link
https://github.com/yura85/todo-list-api github api link
https://github.com/yura85/todo-list-frontend github frontend link
This is a simple Todo list application that lets users create, view, update and delete their todotlist items.
As an unregistered user, I want to be able to sign up for an account with my credentials, so that I can sign in.
As a registered user, I want to see a message confirming that my account was created successfully, so that I can sign in with my
credentials.
As a registered user, I want to sign in with my account credentials at any time, so that I can create, update, view or delete my
Todo list items.
As a signed in user, I want to see a confirmation showing that I’m signed in.
As a signed in user, I want to be able to sign out of my account at any time.
As a signed in user, I want to see a confirmation showing that I created my bucket list successfully.
As a registered user, I want to see all my bucket list items.
Created at the first stages of the preparartion for the project, the wireframes came out to be a bit different from the built application.
Wireframe https://imgur.com/NoUKfsJ
- JavaScript
- HTML
- CSS / SCSS
- Handlebars
- Bootstrap
- jQuery
- AJAX
- JSON
- Git
- Github Pages
Connect to third party APIs (e.g. Google Maps).
Planning, Process and Problem-solving Strategy
In the beginning of my project planning i considered a number of options for my
wireframes and user stories. I design/look for my app and what would be the relevant
features of a todo list for a potential user. The latter would not be possible without
building a backend structure condusive to my client side. I concluded that my backend
would be built with Rails. Throughout the process of my work, I always considered my
options before moving onto the next stage of our build, whether it was a small CSS issue
or a larger question regarding our app functionality