Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepashrisg/deepaaltrx
https://github.com/deepashrisg/deepaaltrx
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deepashrisg/deepaaltrx
- Owner: DeepaShriSG
- Created: 2024-10-28T04:58:43.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T06:09:33.000Z (about 2 months ago)
- Last Synced: 2024-10-28T08:43:32.771Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://delightful-moxie-9f46ee.netlify.app/
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open https://delightful-moxie-9f46ee.netlify.app/ with your browser to see the result.
AltDrx Project
Front Developer website
General Information
- Authorization/Authentication
Responsive UI
Technologies Used
- HTML
- JavaScript
- React
- Tailwindcss
- Nextjs
- Swiper
Setup
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"next": "15.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^11.1.14"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "15.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}