Git Product home page Git Product logo

contacts-crud's Introduction

Instructions to run the project

In the project directory, run the following two commands in separate consoles:

npm run mockapi

Runs the mock json server to provide mock data

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

Folder structure

  • assets: for images fonts, etc.
  • components: for reusable UI components.
  • constants: for constants like colors, font-family etc.
  • interfaces: components which compose reusable UI components or page level components
  • logichooks: container equivalent of hooks
  • models: redux store, reducers, actions, selectors, sagas, apis etc.
  • utilities: general utilities

Libraries used

  • axios: axios is used for async api calls

  • formik: to handle form state and validations

  • formik-material-ui: material ui wrappers for material ui fields

  • redux: for application state management

  • redux-saga: redux middleware to handle side effects

  • redux-starter-kit: to generate redux actions, reducers and selectors

  • typescript: for static types

  • validator: for form validations

  • faker: to generate mock data

  • prettier: code formatter

  • tslint: for linting source code

Description

A single page app for CRUD operations on contacts. The app consists of a single screen which is the <App/> component. The existing list of contacts is fetched on mount of the <App/> component by dispatching a fetchRequest redux action. An isLoading flag is set inside the redux store to show a loading spinner for the async fetch operation. The saga catches the fetchRequest and triggers an api call. On completion of the api call the saga dispaatches an appropriate fetchSuccess or fetchFailure redux action. On fetchSuccess or fetchFailure the reducer resets the isLoading flag and the data or error from the action payload. The component accordingly displays an error or the fetched data.

contacts-crud's People

Contributors

rahulcyadav 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.