Giter VIP home page Giter VIP logo

ta-prep's Introduction

Welcome! I used to be a happy app, now I'm incomplete

This is a sample starter you can use to create whatever project you'd like However, here's a recommendation:

Make a todo app, that stores your todos in a mysql database Here are the steps you'd need to follow to make this happen:

  1. Grab todos from json.placeholder api and store them in the client's state to start (check out axios)
  2. Setup a way to add more todos to state and create the todo functionality
  3. Connect your server and database, setup your table(s?)
  4. Delete your local state from the client, instead, your server should seed the database when you turn it on (OR create a seed script in your package.json to seed the database from json.placeholder) - use the request module (or axios if you feel comfy with request)
  5. Connect your client to now your now functioning server/db
  6. Add any additional functionality you'd like! Some ideas - timestamps (check out momentJS), a calendar, multiple states for todos (not just active/done), multiple lists, login/logout to connect todos to a specfic user

ta-prep's People

Contributors

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