Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melv-narrow/random-sequence-dashboard
https://github.com/melv-narrow/random-sequence-dashboard
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/melv-narrow/random-sequence-dashboard
- Owner: melv-narrow
- Created: 2024-11-16T20:25:03.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T18:01:02.000Z (about 1 month ago)
- Last Synced: 2024-12-23T18:36:31.465Z (about 1 month ago)
- Language: TypeScript
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Random Sequence Dashboard
A Next.js application for generating and analyzing random number sequences. Built with TypeScript, Tailwind CSS, and MongoDB.
## Features
- Generate random number sequences with customizable length and count
- Analyze sequence patterns and statistics
- User authentication with NextAuth.js
- Dark mode support
- Responsive design
- Real-time sequence analysis
- Historical sequence tracking## Tech Stack
- Next.js 14
- TypeScript
- Tailwind CSS
- MongoDB
- NextAuth.js
- Chart.js / Recharts
- Zustand (State Management)## Getting Started
1. Clone the repository
2. Install dependencies:
```bash
npm install
```
3. Set up environment variables:
Create a `.env.local` file with the required environment variables4. Run the development server:
```bash
npm run dev
```## Development
- `main` branch: Production-ready code
- `develop` branch: Development and feature integration## License
MIT License