This is a simple blog application powered by React, Redux, and Redux Form that allows for creating, deleting, and deleting blog posts.
- Create, Delete, and Fetch Posts
- axios
- lodash
- react
- react-dom
- react-redux
- react-router-dom
- react-scripts
- redux
- redux-form
- redux-thunk
- semantic-ui-css
Clone this repo to your desktop and run npm install
to install all the dependencies.
After you clone this repo to your desktop, go to its root directory and run npm install
to install its dependencies.
Once the dependencies are installed, you can run npm start
to start the application.