Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ib-inu/mailing-scheduler
Mailing Scheduler is a user-friendly application for scheduling, managing, and organizing mailings. Built with Next.js, MockAPI , real-time feedback with React Hot Toast, and user-friendly UI.
https://github.com/ib-inu/mailing-scheduler
app-router-nextjs crud hot-toast nextjs pnpm tailwindcss typescript
Last synced: 4 days ago
JSON representation
Mailing Scheduler is a user-friendly application for scheduling, managing, and organizing mailings. Built with Next.js, MockAPI , real-time feedback with React Hot Toast, and user-friendly UI.
- Host: GitHub
- URL: https://github.com/ib-inu/mailing-scheduler
- Owner: ib-inu
- Created: 2025-02-01T11:04:58.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2025-02-01T11:40:19.000Z (5 days ago)
- Last Synced: 2025-02-01T12:27:44.850Z (5 days ago)
- Topics: app-router-nextjs, crud, hot-toast, nextjs, pnpm, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://mailing-scheduler-delta.vercel.app/
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mailing Scheduler
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
## Getting Started
Follow these instructions to set up and run the Mailing Scheduler project locally.
### Prerequisites
Make sure you have the following software installed on your machine:
- [Node.js](https://nodejs.org/) (v12.x or later)
- [npm](https://www.npmjs.com/) or [pnpm](https://pnpm.io/)### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/your-username/mailing-scheduler.git
cd mailing-scheduler
```2. **Install dependencies:**
```bash
npm install
# or
yarn install
# or
pnpm install
```### Running the Development Server
To start the development server, run:
```bash
pnpm run dev
npm run dev
```Then open [http://localhost:3000](http://localhost:3000) in your browser to see the project in action.