Giter Club home page Giter Club logo

express-todo-app's Introduction

Express To Do App

Objective: Use Express to make a RESTful API for a to do list. Build a client for your app that uses AJAX and Handlebars templating to CREATE, READ, UPDATE, and DELETE todos.

Getting Started

  1. Fork this repo, and clone it into your develop folder on your local machine.
  2. Follow the challenges from the CRUD Server Routes modules. By the end of the challenges, you should have:
  • A RESTful API with server routes to "CRUD" todos
  • Request specs for each of your API routes
  1. Once your API is finished, build a client for your app. A user should be able to:
  • See a list of all todos
  • Create a new todo
  • Update an existing todo
  • Delete an existing todo
  1. Make sure to take advantage of Bootstrap for a good UX.

Bonus

In addition to being able to update and delete a todo, build a way for a user to mark a todo as "done". You'll need:

  • A styling change on the client to indicate the todo is "done" (this should be persistent if the user refreshes the page)
  • A request (AJAX) to mark the todo as done (update it) on the server

Submission

  • As you make code changes, frequently commit and push to GitHub.
  • At the end of the day, once you've finished the challenges from both modules and built the client, make a pull request from your fork to the original repo.

express-todo-app's People

Contributors

cameronjacoby 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.