Giter Club home page Giter Club logo

app-todo's Introduction

todo

Simple todo App built with AngularJS, ExpressJS, and MongoDB

Alt text

Prerequisits

Preprocessor

  • Scss for CSS
  • CoffeeScript for JS

How to run it?

1 Enter project directory

$ cd App-todo

2 Install front-end packages with Bower

$ bower install

3 Install develop and back-end packages with NPM

$ npm install

4 Run mongoDB in new tab

$ mongod

5 Run App with Node

$ node app.js

6 You can run and develop with command in new tab

$ grunt server

File structure

todo/
├── client/                         ---> Front end
│   ├── fonts
│   ├── images
│   ├── scripts
│   ├── styles
│   ├── views
│   └── index.html
├── server/                         ---> Back end
│   ├──
│   └── 
├── docs                            
├── .bowerrc                        ---> Configure file of Bower
├── .gitignore
├── .jshintrc                       ---> Configure file of JSHint
├── app.js                          
├── bower.json                      ---> The JSON file of Twitter Bower
├── conf.js                         ---> The Config file of the project
├── Gruntfile.coffee                ---> The configure file of Grunt
├── package.json                    ---> The JSON file of Grunt
└── README.md                       ---> The file you are reading :)

Issues

  • Things work unexpectly when having items with same name.
    • Can not check item with same name, only one of them is checked when refresh.
    • When delete one of the item, the rest items that has the same name will be deleted as well.

app-todo's People

Watchers

James Cloos avatar  avatar

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.