GithubHelp home page GithubHelp logo

angular-website's Introduction

angular website

My first look into web development. I jumped straight in using yeoman and began messing around with js, angular, and bootstrap. The todo list is saved to local storage for the browser, which persists between sessions.

Install

git clone https://github.com/wekilledit/angular-website.git .
cd angular-website
npm install
bower install

Build & development

Run grunt build for prod build and grunt serve for dev.

angular-website's People

Contributors

mattszabo avatar

Watchers

James Cloos avatar  avatar

angular-website's Issues

Make todo sortable functionality obvious to the user

At the top of the todo list add some text indicating that you can swap the todo items around in order by dragging the todo number.

Is there a better way to do this? Is there something I could do to the todo number input-group-addon to make it more obvious that todo's can be rearranged?

Save edited todo

Save todo text after making a change and clicking edit toggle button to lock the text.

Get resume loading on the web

Look for a place to host. Maybe heroku?

The goal here is that anyone can see my resume on any device that has internet access.

Fix nav bar

The nav bar sucks/doesn't work. Let's make it work and look good!

refactor mytodo js file

Now that I've learned a bit more about js I can make this file follow better convention and apply some of what I've learned.

mytodo - add a todo edit section

Remove the button for editing.

Create section in left column under add section that will be our edit area.

When adding a todo, it goes there by default. The user will then drag it into the position they want.

For an existing todo in the right column, users can drag it to the edit section on the left.

  • This will either let remove the todo from the list (easier) or gray out the todo on the right and create a mechanism for it to be added back, maybe dragging back into the list either in the same spot or a new one.. i dunno yet (sounds way harder).

fix mytodo tests

now that the js file has been updated to use an object the tests fail.

i should also update from an object to a function so i can have the todoList as a private variable.

Plan out this website

What links to I want in the top menu?

  • Home page
  • Cover letter
  • Resume
  • About
  • Projects
  • * [List of Projects]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.