The project is a compilation of common UI elements related with feed of posts. Particular attention was paid not to the visual component, but to the functionality, decomposition, and reusability of components.
- ➕ Creating new post in a modal window
- ⏬ Post are fetched via Axios from {JSON} Placeholder
- 📄 Show list of existing posts
- 🔍 Search posts by title
- 📶 Sort by title or description
- 🗑️ Delete posts
- 🎠 Animated post actions
- 🔄 Loader
- 🔢 Pagination
Install dependencies:
npm i
Development build:
npm start
Production build:
npm run build
- Improve UI/UX
- Replace posts with some fun facts