Skip to content

clarion-app/lists-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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 [email protected]

Repository

GitHub Repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published