Fury

screenshot of Fury
nextjs
react
remix
tailwind

Inspired by Nick Fury, whose primary job was to recruit avengers, spies and other cool people!

Overview

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.

Features

  • Backend server written in Go
  • Frontend built with Next.js and TypeScript
  • Separate sub-folders for the Landing Page, Admin Dashboard, and User Dashboard
  • Utilizes Tailwind CSS and SASS for styling

Summary

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.

nextjs
Next.js

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
React

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
Remix

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
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.