This project is a web application that provides a list of vendors. It is built with Next.js 14, TypeScript, and Redux Toolkit.
- A homepage with a navigation button to the restaurants page.
- The restaurants page contains a list of vendors.
- Clone the repository:
git clone https://github.com/somayehbhr/vendors-list.git
- Install the dependencies with npm:
npm install
Or with Yarn:
yarn install
Contributions are welcome. Please feel free to open an issue or submit a pull request.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.