Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.