Koa React Notes Web screenshot

Koa React Notes Web

Author Avatar Theme by Johndatserakis
Updated: 6 Sep 2020
66 Stars

This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and more.

Categories

Overview

The Koa-React-Notes-Web is a simple Single Page Application (SPA) built using Koa as the backend, Vue as the first frontend, and React as the second frontend. The project aims to create a simple notes application using modern technologies such as React, TypeScript, Redux, and more.

Features

  • React 16.13.1 - Initialized by create-react-app
  • Fully written in TypeScript
  • Functional Components
  • Storybook for component development
  • Redux 4.0.1 for state management
  • React-Router 5.1.2 for routing
  • Redux-Thunks for async actions
  • Axios for HTTP requests
  • React-Bootstrap for styling
  • Eslint for code linting
  • Formik for form handling

Installation

  1. Clone the repository from GitHub:
git clone [repository url]
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start
  1. Open the application in your browser at http://localhost:3000.

Summary

The Koa-React-Notes-Web is a simple SPA that combines Koa, Vue, and React to create a notes application. It is written in TypeScript and utilizes modern technologies such as Storybook, Redux, React-Router, Redux-Thunks, and more. Installation is straightforward and the application can be easily run locally for development purposes.