Giter VIP home page Giter VIP logo

crm-routing's Introduction

CRM App frontend [ Session 1 ]

_Learning the development of UI with the calls to RESTful APIs for frontend

This code base contains logic/structure for creating User Interface and sending the request to the RESTful APIs to backend

Feature:

  • User Registration and User Login
    • CUSTOMER signup is supported from UI
    • ENGINEER signup is supported from UI
    • ADMIN signup is not supported from UI it is supposed to be done directly from backend
    • Once signed up page gets redirected to the login page
    • CUSTOMER can directly login once signed up
    • ENGINEER needs to wait for there status to change from PENDING to APPROVED before signup
    • Once user logs in successfully, there details along with the token will be stored in local storage
    • User will be redirected to the page based upon there role.

How is the code organized in this repo ?

The whole repo is divided into multiple branches. Each branch contains code for a specific concept. For example session1 has the code base for user registration and login . Each branch is built on the top of the previous branch

Prerequisite

  • Understanding of React.js
  • Undestanding of bootstrap
  • Undestanding of hooks in react
  • Axios

Tech

  • Node.js
  • Bootstrap

Setup

Inorder to setup the application run the following commads

npx create-react-app crm_frontend
cd crm_frontend/

Install the follwing libraries:

npm i react-router-dom --save
npm i axios --save
npm i react-bootstrap --save
npm i bootstrap --save

Development

Want to improve? Great! Make the changes and raise a PR. Reach out to me over [email protected]

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.