Skip to content

mariaklyass/fake-posts

Repository files navigation

React + Vite "Fake Posts" Project

This web app displays posts using data fetched from an API (JSONPlaceholder).

The functionality is typical for a standard CRUD web app: it includes sorting, searching, filtering, deleting the posts or creating new ones. The project is based on fundamental React concepts such as JSX, state, props, functional components, hooks, component lifecycle, routing, etc. Some decomposition has been made in order to separate logic and UI, hence there are some custom hooks, custom-made UI library and several components.

  • the data is fetched with Axios library.
  • routing is done with React Router v.6
  • the project is created using Vite

project1

About

React SPA with mock posts (JSONPlaceholder API)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published