Skip to content

vtotalova/fluffy-enigma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Fluffy Enigma – Startup Idea Generator

Fluffy Enigma is a fun, minimalistic startup idea generator that helps you spark new business ideas. Whether you're a founder looking for inspiration or a developer learning full-stack development, this project gives you a complete working example using React, Go, Docker, and MongoDB.

screenshot


✨ Features

  • 🎲 Generate quirky startup ideas like “Tinder for Dogs” or “Uber for Plants”
  • 🗑️ Delete ideas you don’t like
  • 🛠️ Fully integrated frontend + backend with database
  • 🐳 Easy setup using Docker and Docker Compose

🧱 Tech Stack

  • Frontend: React, CSS
  • Backend: Go (Golang)
  • Database: MongoDB
  • Containerization: Docker

🚀 Getting Started

1. Clone the repo

git clone https://github.com/vtotalova/fluffy-enigma.git
cd fluffy-enigma

2. Set up Docker

Before you can run the app, make sure you have Docker installed.

docker-compose build
docker-compose up

This will start both the frontend and backend, along with the MongoDB database, all within Docker containers.

3. Access the App

http://localhost:3000

You should now be able to interact with the Fluffy Enigma startup idea generator! Enjoy!

About

A simple full-stack application that displays random startup ideas and allows users to delete them. Built with Go (backend), MongoDB, and React (frontend).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors