GithubHelp home page GithubHelp logo

next-content-manager's Introduction

Next.js SPA Content Management System

Screenshot

Solution

Features

  • Create New Page - Create page with title and description
  • Update Page Details - Update Page details
  • Delete Page - Delete Page from DB
  • Create New Text - Create text with key and value
  • Update Text Details - Update text details
  • Delete Text - Delete Text from DB
  • Search by Page title - Enables the user to search page by title.
  • Loading Spinners - Enables multiple loading spinners when browser load data from API

Todos

  • Debounced Search - Make better UX by debouncing search
  • Theme Color Feature - Make various theme like dark, light
  • Virtualize Long Lists - Efficiently rendering large lists and tabular data.
  • Validation Input - Integrate input validation
  • Sort feature - Sort by page title, description, created date, text count
  • Memoization Tech - React.memo, useMemo, useCallback, reselect
  • Concurrent Mode
  • Inhance Page Table - Add more features in table like sort, filter and so on.
  • ScreenShot Feature

About

This is a simple but enterprise-ready content management app created from Next.js by Daniel.

Click Here to see more in details.

Application Installation

Clone and install.

git clone https://github.com/danieljindev/next-content-manager.git
cd next-content-manager
yarn install

Run a client.

yarn dev

Run a json server.

yarn server

Run both.

yarn start-both
  • Application name: Content Manger
  • Homepage URL: http://localhost:3000
  • Json Server URL: http://localhost:5000

Development mode

Go to localhost:3000 to view the app.

yarn start

Production mode

In the production environment, the React app is built and saved to build folder.

yarn build && yarn start

Author

next-content-manager's People

Contributors

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