1.0.14 • Published 10 months ago

@clarion-app/lists-frontend v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@clarion-app/lists-frontend

A frontend application for managing lists (TODO lists, grocery lists, etc.) using React, Redux Toolkit, and Tailwind CSS.

Table of Contents

Installation

To install the dependencies, run the following command:

npm install

Usage

To build the project for production, run:

npm run build

The build artifacts will be stored in the dist directory.

API

The frontend communicates with the backend API using the listsApi module. The base URL for the API is /api/clarion-app/lists.

The listsApi module provides the following endpoints:

  • getLists: Fetches all lists.
  • getList: Fetches a specific list by ID.
  • createList: Creates a new list.
  • updateList: Updates a specific list by ID.
  • deleteList: Deletes a specific list by ID.
  • cloneList: Clones a specific list by ID.

Routes

The application includes the following routes:

  • /clarion-app/lists: Displays a list of all lists.
  • /clarion-app/lists/:name: Displays a specific list by name.

Menu

The application includes a menu entry for managing lists:

  • List Manager
    • Lists: /clarion-app/lists

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Author

Tim Schwartz tim@metaverse.systems

Repository

GitHub Repository

1.0.14

10 months ago

1.0.13

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago