Start App Overview
Libraries
Vite
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts: A dev server that serves your source files over native ES modules, with rich built-in features and astonishingly fast Hot Module Replacement (HMR) A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production.React
React is a JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications.Ant Design
An enterprise-class UI design language and React UI library with a set of high-quality React components, one of best React UI library for enterprises.React Router
React Router is a collection of navigational components that compose declaratively with your application. Whether you want to have bookmarkable URLs for your web app or a composable way to navigate in React Native, React Router works wherever React is rendering--so take your pick!Axios
Promise based HTTP client for the browser and node.js
IDE Tools
These are the IDE tools I used to build this application.
Visual Studio Code
Visual Studio Code is a free source-code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.Copilot/Copilot Chat
Copilot is a tool that helps you and your team write better code, together. It learns from your codebase and uses that context to give you suggestions, wherever you are in your code. Copilot Chat is a Slack app that allows you to chat with your Copilot directly in Slack.Prettier
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.