https://github.com/afsar-dev/dishdash
https://github.com/afsar-dev/dishdash
daisyui mui nextjs redux spoonacular-api typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/afsar-dev/dishdash
- Owner: afsar-dev
- Created: 2024-12-08T06:47:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T14:18:01.000Z (over 1 year ago)
- Last Synced: 2025-07-28T13:19:33.544Z (10 months ago)
- Topics: daisyui, mui, nextjs, redux, spoonacular-api, typescript
- Language: TypeScript
- Homepage: https://dishdash-lake.vercel.app
- Size: 829 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dishdash
## Live Site
- [live site](https://dishdash-lake.vercel.app)
## Project Presentation
- [presentation](https://www.loom.com/share/a6ed9aff76944726b4954dfda199d332?sid=cbfd6312-10d0-4ba2-bc3e-42b8da8e543d)
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
Make sure you have Node.js and npm (or yarn) installed on your development machine.
### Installation
1. Clone the repository:
```sh
git clone https://github.com/your-username/your-project.git
Navigate into the project directory: cd your-project
Install dependencies:
npm install
or
yarn install
To run the project locally, use the following command:
npm run dev
or
yarn dev
## Additional Notes:
Replace your-username and your-project with your actual GitHub username and project repository name.