A React application bootstrapped with Create React App, utilizing TypeScript for type safety and CRA for fast development builds. Api - https://jsonplaceholder.typicode.com/users
🔗 Live Demo: test-eight-zeta-65.vercel.app
- ⚛️ React with TypeScript
- ⚡ CRA for rapid development
- 🎨 Prettier for code formatting
- 🧹 ESLint for code linting
- 🚀 Deployed on Vercel
- 🟢 Node.js (v14 or higher)
- 📦 npm or yarn
git clone https://github.com/DmitryFullStackDev/test.git
cd test
npm install
# or
yarn installnpm start
# or
yarn start