arfa / PFE-2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PFE 2020

Web Application Combine Nestjs for the server-side and React for the client-side




Installation

PFE 2020 requires Node.js, NestJS and Yarn.

Install the dependencies and devDependencies then start the application.

$ yarn
$ yarn start

This Application uses :

  • Yarn : A package manager.
  • TypeScript : An open-source language which builds on JavaScript by adding types.
  • NestJS : A progressive Node.js framework for building server-side applications.
  • ReactJS : A JavaScript library for building user interfaces
  • React Query : A data-fetching library for React
  • Easy Peasy : An abstraction of Redux allows you to quickly and easily manage your state
  • React Bootstrap: A popular front-end framework rebuilt for React.
  • React Icons: Helps include popular icons in your React projects easily.
  • Formik : An open source form library for React and React Native.
  • Yup : A library for object schema validation.

About


Languages

Language:TypeScript 98.0%Language:HTML 1.1%Language:JavaScript 0.7%Language:SCSS 0.2%