A modern, animated 404 "Page Not Found" React app with custom illustrations and responsive design.
- React 19: For building the user interface.
- TypeScript: For type-safe JavaScript development.Vite: As the build tool and development server.
- Less: For writing modular and maintainable CSS.
- ESLint & Prettier: For code linting and formatting.
- @vitejs/plugin-react: For React fast refresh and optimizations.
- typescript-eslint: For TypeScript-aware linting.
- Clone the repository:
https://github.com/Friftycode/page-not-found.git- Install dependencies:
npm install- Start the development server:
npm run dev