Technology | Description |
---|---|
React.js | JavaScript library |
Redux | is a predictable state container for JavaScript apps |
- Add new post
- Fetch posts
To test the application run the following commands on your terminal:
clone the repository
$ cd reduxapp
-
Install dependencies via npm or yarn: npm i OR yarn
-
Website: To start it, run npm start OR yarn start