Skip to content

james-Solutions/React-Redux-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published