Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azurespheredev/vally-sales-assignment
Vally Sales Inc Settings Page built for the assigment.
https://github.com/azurespheredev/vally-sales-assignment
assignment eslint husky nextjs postcss shadcn-ui tailwindcss typescript zod
Last synced: about 2 months ago
JSON representation
Vally Sales Inc Settings Page built for the assigment.
- Host: GitHub
- URL: https://github.com/azurespheredev/vally-sales-assignment
- Owner: azurespheredev
- Created: 2024-05-30T11:50:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T11:51:53.000Z (7 months ago)
- Last Synced: 2024-11-12T10:48:34.732Z (about 2 months ago)
- Topics: assignment, eslint, husky, nextjs, postcss, shadcn-ui, tailwindcss, typescript, zod
- Language: TypeScript
- Homepage: https://nextjs-shadcn-ashen.vercel.app
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vally Sales Inc Assigment
Vally Sales Inc Settings Page built for the assigment.
[Live Demo](https://nextjs-shadcn-ashen.vercel.app/)
### Technologies
- React
- Next.js 14.1.0
- TypeScript
- shadcn-ui/radix-ui
- Tailwind CSS
- react-hook-form/resolvers
- Zod
- ESLint### Additional Interactions
- Dropdown menu of Profile, Notification and Archieved
- Input form validation with zod
- Company Logo update and remove
- Responsive design for desktop, tablet and mobile
### How to Run
First, install the required node modules:
```bash
npm install
```Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.