Giter Site home page Giter Site logo

jerryle / react-personal-notes-mgr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pairlearning/react-personal-notes-mgr

0.0 0.0 0.0 340 KB

React Redux App - created using Bootstrap for UI and interacting with REST API (protected with JWT)

HTML 5.09% JavaScript 93.85% CSS 1.06%

react-personal-notes-mgr's Introduction

react-personal-notes-mgr

React Redux application for managing personal notes.

A complete Single-Page-Application (SPA) created using React JavaScript library. We have used Redux for state management and Bootstrap for styling the UI. We are interacting with a RESTful API which is protected using JWT.

Another thing to note is, we have not used any 3rd party library such as thunk/saga for performing async operations. Instead we have created own custom API redux middleware. For any medium to large application, leveraging redux middleware helps in centralizing common tasks (or cross cutting concerns) such as API calls, exception handling and logging.

Here are all the videos where we have created this React app Youtube Playlist

Setup and Installation

  1. Backend REST API Node server

    As this React app is consuming a REST API, make sure the same is up and running on your system

  2. Clone the React app repo from GitHub

    git clone https://github.com/pairlearning/react-personal-notes-mgr.git
  3. Install npm dependencies

    cd react-personal-notes-mgr
    npm install
  4. Run npm start to start the application

    npm start

    this runs the application at port 3000 and we can access from http://localhost:3000

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.