Skip to content

nafasebra/CRUD-app-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Post application

A simple application for Create, Read, Update and Delete posts

You can open selected post and see all info about this (like blog apps)

Watch demo

screencapture-localhost-3000-2022-09-17-09_24_49


screencapture-localhost-3000-2022-09-17-09_25_17

Features:

  • Create post
  • Delete selected post
  • Edit selected post
  • Using React-router v6 for open post and handled 404 error page
  • Theme switcher (with styled-components)
  • Popup

Tools:

  • ReactJS
  • Redux
  • React router v6
  • uuid (generate ID)
  • npm (node package manager)
  • CSS :)

What challenges have for me?

  • I use Redux for first time
  • Handle state, reducer and actions for CRUD method

How to run the project?

  • first install node js and npm on you pc
  • type this command to your terminal:
  npm install
  • for run, write this:
  npm start