Coder Social home page Coder Social logo

fcc-exercise-tracker's Introduction

Hi there ๐Ÿ‘‹, Renzo here!!!.

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป About Me

  • ๐Ÿค” ย  Exploring new technologies and developing software solutions and quick hacks.
  • ๐Ÿ“ซ ย  How to reach me: [email protected]

๐Ÿ›  Tech Stack

- ๐ŸŒ ย  Typescript | ReactJS | React Native | Firebase | Python

๐Ÿค๐Ÿป Connect with Me


Twitter LinkedIn Email

fcc-exercise-tracker's People

Contributors

renzo4web avatar

Stargazers

 avatar  avatar

Watchers

 avatar

fcc-exercise-tracker's Issues

users exercise

  • You can POST to /api/users/:_id/exercises with form data description, duration, and optionally date. If no date is supplied, the current date will be used.

  • The response returned from POST /api/users/:_id/exercises will be the user object with the exercise fields added.

  • You can make a GET request to /api/users/:_id/logs to retrieve a full exercise log of any user.

CRUD users

  • You can POST to /api/users with form data username to create a new user.
  • The returned response from POST /api/users with form data username will be an object with username and _id properties.
  • You can make a GET request to /api/users to get a list of all users.
  • The GET request to /api/users returns an array.
  • Each element in the array returned from GET /api/users is an object literal containing a user's username and _id.

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.