This project is a React application scaffolded with Vite, a next-generation frontend tooling. It includes configurations for rapid development and efficient production builds.
- Clone this repository to your local machine.
- Install dependencies using npm:
npm install- Run the development server:
npm run dev- To build the project for production:
npm run buildLaunches a JSON server to serve data from src/data/db.json.
npm run dbBuilds and serves the production build for previewing.
npm run previewautoprefixer: Adds vendor prefixes to CSS.
axios: HTTP client for making requests.
dayjs: Library for manipulating dates and times.
postcss: Tool for transforming CSS with JavaScript plugins.
react: JavaScript library for building user interfaces.
react-dom: Provides DOM-specific methods for React.
react-icons: Library for popular icons for React applications.
@types/react: TypeScript types for React.
@types/react-dom: TypeScript types for React DOM.
@vitejs/plugin-react: Vite plugin for React support.
tailwindcss: Utility-first CSS framework.
vite: Next-generation frontend tooling for React.