GithubHelp home page GithubHelp logo

leanstacks / skeleton-ui-react Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 1.11 MB

Welcome to the LEANSTACKS React starter project. This project provides a template to kickstart React single-page applications utilizing a curated Technology Stack for optimal testability, maintainability, and operability.

Home Page: https://www.leanstacks.net/

License: MIT License

JavaScript 0.36% HTML 0.28% TypeScript 99.13% CSS 0.23%
react typescript

skeleton-ui-react's People

Contributors

mwarman avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

skeleton-ui-react's Issues

Create a Task

Allow users to create new tasks. The user should need to enter only the task title. The form should include a task completion status toggle defaulted to 'incomplete' state.

When the form is submitted, a toast is shown and the new task should be displayed in the task list for the user.

To view the form, a button should be added to the top of the task list view.

Update Docker nginx Configuration for HSTS

Description

Update the nginx configuration file used by the Docker image.

The nginx server should return HTTP Strict Transport Security (HSTS) headers.

The nginx server configuration should support IPv6 addresses.

Upgrade Dependencies

Description

Review all application dependencies. Upgrade to latest stable versions.

Structure Application Startup

Description

Restructure / reorganize the application startup activities in app.js. Using async/await create a series of functions with specific responsibilities for application startup. Those methods are then invoked by a startApplication function, which sequences the calls to those functions.

Tabs Example

Create a Tab navigation component. When viewing the Users page in a small viewport use a tabbed view, where one tab contains the list of users and a second tab contains the details for the selected user.

Docker Support

Description

Create a Dockerfile which supports a minimal image to host the application distribution assets.

Initial Structure

Description

Create the initial project structure and source modules.

Authentication Example

Update the AuthProvider, sign in page, and sign out page to provide a simple example of authentication and protected routes.

Font Awesome Icons

Explore replacing Google Material Symbols icons with Font Awesome Icons. There are some problems with Google Material Symbols icons when animating. In particular, spinning the icon looks poor.

Toggle Task Completion

While viewing the task list, allow users to mark incomplete tasks as complete. Or to mark complete tasks as incomplete.

View a Task

Allow users to view a task by clicking on the task title within the task list.

The task detail view should display the task title, assignee, and completion status.

Navigation should be provided to return to the list of tasks.

Accessibility

Update the application to meet best practices for creating components which render accessible markup.

Use Lighthouse in Chrome developer tools to assess the application. Remediate findings.

Use Vite

Migrate from using Create React App (CRA) to Vite. CRA has entered maintenance status.

Config Module

Description

Create standardized Config singleton which can load remote configuration or be injected with DotEnv configuration.

Initialize configuration in app.js startup.

Update a Task

Allow users to update tasks. The user should be able to edit the title and completion state. The form should include a custom form field for an on/off toggle

When the form is submitted, a toast is displayed and the user's task list is shown.

Dashboard Card

Create an example dashboard card to display on the authenticated landing page, i.e. the user dashboard.

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.