Git Product home page Git Product logo

cms_frontend's Introduction

Consultant Management System Front-End

The Web Frontend for the consultant management system

Project Code Libraries

  • Prettier (Code Style Formatter)
  • Eslint (Code Style Enforcer)
  • Framer-motion (React-based animation lib)
  • Formik (Form Validation)
  • Immer (Handling Immutable Data Structure)
  • Zustand (Global Store Manager)
  • Yup (schema builder for value parsing and validation)
  • React (UI Library)
  • Axios (Promise based HTTP client for the browser and node.js)
  • React-Query (Persistent [ Non-Transient - Backend Data ] State Management)

Project Preamble

The offical package manager for this project is yarn.

Project Setup

Run these commands in order in which they appear below.

# clone this repo to local machine
# git clone (repo link here)

# install dependencies
yarn install

# run code linting
$ yarn lint

# build the project
$ yarn build

# start the project locally and load in a browser
$ yarn dev

Project Folder Structure/Organization

  • src/: The bulk of business logic for CMS resides in this folder

    • src/components: The logic for self-contained custom UI artifacts resides here

    • src/config/: The bulk of the logic for app-wide configuration reside here

    • src/hooks/: The shared logic for app-wide hooks and event-bus callbacks reside here

    • src/pages/: The logic for all the pages of the application resides here

    • src/services/: The shared logic for the validation of all HTTP request inputs and fulfilment of all async HTTP request reside here

    • src/libs/: The logic for reusable helper routines and utilities reside here

    • src/assets/: The static binary/text assets used in the UI of this app resides here

    • src/styles/: The CSS rule/ruleset declarations for this app resides here

  • public/: The bulk of logic and JSON/CSS/JS/IMAGE static assets delivered to the front-end (web) reside here

Project Tech Stack

  • AWS ( Cloud Hosting Service : Production )
  • next-js v12.1.0 ( React framework )

This is a Next.js project bootstrapped with create-next-app.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

cms_frontend's People

Contributors

jawnchuks avatar emiklad24 avatar

Stargazers

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