Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aguzmant103/zkflowchart
https://github.com/aguzmant103/zkflowchart
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aguzmant103/zkflowchart
- Owner: aguzmant103
- Created: 2024-10-23T20:23:26.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T21:55:44.000Z (27 days ago)
- Last Synced: 2024-10-24T10:36:19.849Z (27 days ago)
- Language: TypeScript
- Homepage: https://zkflowchart.vercel.app
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zkFlowChart - Privacy Tooling Recommender
zkFlowChart is a dynamic tool designed to help users discover and choose the right privacy-preserving technologies for their projects. It provides a step-by-step interface to select various aspects of a privacy-focused system and generates personalized recommendations based on user inputs.
## Features
- Interactive flow chart for selecting system properties
- Step-by-step guidance through different aspects of privacy-preserving systems
- Personalized recommendations based on user selections
- Confetti animation for a delightful user experience
- Responsive design for various screen sizes## Technologies Used
- Next.js
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- React Confetti## Getting Started
1. Clone the repository:
```
git clone https://github.com/yourusername/zkflowchart.git
```2. Install dependencies:
```
cd zkflowchart
npm install
```3. Run the development server:
```
npm run dev
```4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.
## Project Structure
- `app/`: Next.js app directory containing pages and layouts
- `components/`: React components used throughout the application
- `public/`: Static assets
- `styles/`: Global styles and Tailwind CSS configuration## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License.