Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/piercel2022/nextjs-dashboard

nextjs-dashboard is a simplified version of the financial dashboard that has: A public home page. A login page. Dashboard pages that are protected by authentication,. The ability for users to add, edit, and delete invoices.
https://github.com/piercel2022/nextjs-dashboard

javascript pnpm postgresql-database reactjs sql typescript vercel

Last synced: 19 days ago
JSON representation

nextjs-dashboard is a simplified version of the financial dashboard that has: A public home page. A login page. Dashboard pages that are protected by authentication,. The ability for users to add, edit, and delete invoices.

Awesome Lists containing this project

README

        

REQUIRED SECTIONS:
- Table of Contents
- About the Project
- Built With
- Live Demo
- Getting Started
- Authors
- Future Features
- Contributing
- Show your support
- Acknowledgements
- License

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 nextjs-dashboard

**nextjs-dashboard** is a simplified version of the financial dashboard that has: A public home page. A login page.Dashboard pages that are protected by authentication.The ability for users to add, edit, and delete invoices.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **A public home page**
- **A login page**
- **Dashboard pages that are protected by authentication**

(back to top)

## 🚀 Live Demo

- [Live Demo](https://nextjs-dashboard-gamma-olive.vercel.app/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

```sh
npm install -g pnpm
```

### Setup

Clone this repository to your desired folder:

```sh
git clone [email protected]:Piercel2022/nextjs-dashboard.git
cd nextjs-dashboard
```

### Install

Install this project with:

```sh
pnpm install
```

### Usage

To run the project, execute the following command:

```sh
pnpm dev
```

(back to top)

## 👥 Authors

- GitHub: [@Piercel2022](https://github.com/Piercel2022)
- Twitter: [@pier_celestin](https://twitter.com/pier_celestin)
- LinkedIn: [piercelestinmax](https://linkedin.com/in/piercelestinmax)

## 🔭 Future Features

- [ ] **The ability for users to add invoices**
- [ ] **The ability for users to edit invoices**
- [ ] **The ability for users to delete invoices**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project...

(back to top)

## 🙏 Acknowledgments

I would like to thank nextjs.org

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)