
Inspired by Nick Fury, whose primary job was to recruit avengers, spies and other cool people!
Project Fury is a monorepo containing a backend server written in Go and a frontend built with Next.js and TypeScript. The backend is located in the "api" folder, while the frontend has three sub-folders: "landing", "admin", and "dashboard" which correspond to the Landing Page, Admin Dashboard, and User Dashboard respectively. The project is available under the MIT license.
Project Fury is a monorepo consisting of a backend server written in Go and a frontend built with Next.js and TypeScript. The frontend is divided into three sub-folders for the Landing Page, Admin Dashboard, and User Dashboard. It utilizes Tailwind CSS and SASS for styling. The project is available under the MIT license and encourages contributions from the community.

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Remix is a modern JavaScript framework that focuses on building fast and performant web applications. It emphasizes a combination of server-rendered content and client-side interactivity, offering a robust architecture for creating scalable and maintainable projects.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.