Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deathhunterx/spendsmart
https://github.com/deathhunterx/spendsmart
drizzle-orm honojs lucide-react neondb nextauth nextjs15-rc react19 shadcn-ui tailwindcss typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/deathhunterx/spendsmart
- Owner: DeathHunterX
- Created: 2024-11-04T13:49:10.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T09:35:50.000Z (about 1 month ago)
- Last Synced: 2024-11-29T10:42:00.351Z (about 1 month ago)
- Topics: drizzle-orm, honojs, lucide-react, neondb, nextauth, nextjs15-rc, react19, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpendSmart Project
## Table of Contents
1. [Introduction](#introduction)
2. [Features](#features)
3. [Technology Stack](#technology-stack)
4. [Project Structure](#project-structure)
5. [Installation](#installation)
6. [Usage](#usage)
7. [Screenshot](#screenshot)
8. [Template References for Research](#template-references-for-research)## Introduction
## Features
## Technology Stack
- Front-end
- Next.js 15
- React 19
- Tailwind CSS
- NextAuth
- Shadcn/ui
- lucide-react
- Logoipsum
- Back-end
- Hono
- Node.js
- Drizzle
- Database
- Neon## Project Structure
## Installation
Follow these steps to set up the project locally:
1. **Clone the Repository:**
```bash
git clone https://github.com/DeathHunterX/spendsmart
cd spebdsnart```
2. **Initialize the libraries installation:**
- For npm:
```bash
npm insall --force
#or
npm install --legacy-peer-deps
```- For bun:
```bash
bun install
```3. **Run the App:**
Start the development server```bash
npm run dev
```- For bun
```bash
bun run dev
```4: **Access the App:**
Open your web browser and go to http://localhost:3000## Usage
## Screenshot
## Template References for Research