Git Product home page Git Product logo

todomvc-expanded's Introduction

todomvc-expanded

Expanded todomvc with login, signup and drag and drop

Simple todoMVC app build with Vue.js, originally forked from testing-workshop-cypress. I expanded the appliaction and added a couple of features.

Features

drag & drop

Reorder todos in list. TBD: make sure the reorder keeps it’s state after refresh πŸ™‚ Drag and drop

signup page

Signup page with ability to send a real welcome email. Using sendmail to do that. Signups are stored in data.json, in plain text. So, yeah. Signup

login page

Works with previously signed up emails. Server returns an auth cookie in form of auth=true, LOL πŸ˜† Login

api

Backend is a json-server on a static json file. Middleware handles couple of cases. Some of these are:

POST /reset

Deletes all todos and all accounts, that were created on signup page.

POST /todos/seed

Seed an array of todos

DELETE /todos

Deletes all todos

DELETE /accounts

Deletes all accounts, created on signup page

Installation

  1. npm i
  2. npm start

App runs on localhost:3000 by default.

todomvc-expanded's People

Contributors

filiphric avatar

Watchers

James Cloos 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.