Git Product home page Git Product logo

react_to-do's Introduction

#React To Do

A multi-day code-a-long to build a fully-functional CRUD application with React.

##Technologies used and concepts covered

  • es6
  • Node.js / Express.js
  • RESTful routing
  • BodyParser and data handling
  • persistent data
  • relational database concepts (postgres)
  • RDBMS relations (SQL joins)
  • React Basics
  • React application flow
  • React Router
  • Authentication

##System Description

The application will allow the user to create, modify and delete a to-do item. The items will be persisted in a relational database.

###User Stories

  1. As a User, I should be able to add a to-do item into a list.
  2. As a User, I should be able to mark a task as complete.
  3. As a User, I should be able to mark as completed task as incomplete.
  4. As a User, I expect the tasks should be sorted by complete/incomplete, and always be sorted by date/time.
  5. As a User, I should be able to delete any completed tasks.
  6. As a User, my tasks should persist, such that my previous tasks should display upon each visit.

##How to Get Started

  1. Fork this repo.
  2. Clone your new repo
  3. Add a new remote to receive updates: git remote add upstream [email protected]:ga-wdi-exercises/react_to-do.git

Licensing

  1. All content is licensed under a CC­BY­NC­SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact [email protected].

react_to-do's People

Contributors

jasonseminara avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

react_to-do's Issues

Should support MongoDB

Make an alternate track that has the same learning goals, but uses MongoDB (no mongoose) to store the tasks.

Alternatively, we could use Firebase and also get free user management.

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.