Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.