Coder Social home page Coder Social logo

userdata's Introduction

User Data Management App

This is a simple user data management app built with React and Redux. It allows users to create, edit, and delete user data. The application also demonstrates the use of Redux Saga middleware for handling asynchronous actions and Reselect library for creating memoized selectors.

Live Demo

Click here to view the live demo of the application.

Features

  • Create User: Users can create new user data by entering their first name, last name, and email address.
  • Edit User: Users can edit existing user data by clicking the "Edit" button next to each user's information. This opens a popup where users can update the user's details.
  • Delete User: Users can delete user data by clicking the "Delete" button next to each user's information. A confirmation message is displayed before deleting the user.
  • Validation: The application performs validation on user input fields and displays error messages for invalid input.
  • Persistence: User data is persisted locally using Redux state management, ensuring that data is preserved even after page refresh.

Technologies Used

  • React.js
  • Redux
  • Redux Saga
  • Reselect
  • React Bootstrap

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/maheshnd/userdata.git
    
  2. Navigate to the project directory:

    cd userdata
    
  3. Install dependencies:

    npm install
    
  4. Start the development server:

    npm start
    
  5. Open http://localhost:3000

userdata's People

Contributors

maheshnd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.