Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 879 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 879 Bytes

React-Redux-Notes

This is a simple React App that uses React-Redux to manage the state and React Bootstrap for styling. As well, it performs basic CRUD operations with a Node JS server that updates a MySQL database of notes.

Todo

Implement Redux Thunk and a dispatch API rather than directly calling axios

Getting started

To install all the modules and start the development server:

npm i
npm start

If you wish to interact with a Node JS Server, follow the link below. You will need to setup your own MySQL database connection information in the server code.

Links

https://github.com/james-Solutions/React-Redux-Notes-Server.
https://react-redux.js.org/
https://react-bootstrap.github.io/