Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/melv-narrow/random-sequence-dashboard


https://github.com/melv-narrow/random-sequence-dashboard

Last synced: 18 days ago
JSON representation

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 variables

4. Run the development server:
```bash
npm run dev
```

## Development

- `main` branch: Production-ready code
- `develop` branch: Development and feature integration

## License

MIT License