Skip to content

This application demonstrates React, Redux and Material Ui with CRUD operations.

Notifications You must be signed in to change notification settings

bmuna/agenda-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agenda-list -Intro

This application demonstrates React, Redux and Material Ui with CRUD operations.

Technologies Used:

  • React.
    • Plugins/Libraries:
      • Redux for stores

points covered:

  • Used create-react-app for implementation.
  • Create form to create agenda list
  • Creat, Read, Update and Delete list items

Folder Structure and Files:

  • store for redux store, respective reducers and actions.
  • components for all the components.

Installing the application

  • If node is not installed then Install [node] (https://nodejs.org/en/download/)

  • Run the following command to load all the module dependencies for this app:

    npm install or yarn install

To run the application

  • Run the following command to load all the module dependencies for this app:

    npm start or yarn start

Open http://localhost:3000 to view it in the browser.

video:

bandicam.2022-08-08.15-19-32-914.mp4

About

This application demonstrates React, Redux and Material Ui with CRUD operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published