Git Product home page Git Product logo

gingerbread's Introduction

Gingerbread

SPA with some requirements:

Click me
  • Pages:
    • Login page
    • Table with data received from the server
    • Table must provide CRUD
  • Behavior of the application functions:
    • An unauthorized user should be prompted to log in when opening applications.
    • After successful authorization, the user should see a table with data.
    • After reloading the page the user must remain logged in
    • Ability to add a new record to the table
    • The new entry in the table should appear immediately
    • Ability to delete an entry
    • The deleted record should immediately disappear from the table
    • Ability to change entry
    • Changes should be immediately reflected in the table
    • The application must correctly inform the user about errors in filling out forms or unsuccessful requests to the server
    • While receiving and sending data to the server, the user should be shown indicators of the loading/sending process (progress bars, spinners) of data

Installation

At least you need Node.js

run these commands

npm install
npm run dev

Stack

  • React
  • TypeScript
  • MUI

gingerbread's People

Contributors

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