/React-CRUD-app

Simple React CRUD app i created to test React functionality including bringing in data from an outside api.

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

This is a simple CRUD app I created to test REACT functionality.

To run:

  • Git clone the repo.
  • Have Node, JQuery, React, React-Dom and UUID installed.
  • In your terminal type "npm start"
  • The app will run on localhost: 3000 by default.