This project was bootstrapped with Create React App.
You should consider yourself done after you can reproduce these steps below in your application:
Fork & clone it on your machine, then in the project directory:
npm install # takes some time to complete
npm start
To run solution:
cd solution/
npm install
npm start # or PORT=3001 npm start to run in parallel with working app
- Add search field at the top to filter posts by their title
- Enable post to be edited
- Enable tags to be removed from post
- React.js - Introducing JSX
- React.js - Rendering Elements
- React.js - Components and props
- Material UI - set of React.js components used in this project