MoneyLion Challenge

lighthouse performances lighthouse accessibility lighthouse best practices lighthouse seo

This is a T3 Stack project bootstrapped with create-t3-app.

Hosted on

The stack

  • Next.js as the base framework
  • Tailwind CSS for styling
  • TypeScript for tying everything together and bring type safety
  • Biome.js for managing linting and formatting
  • Bun for managing the project's dependencies

Learn more

This project was carefully documented using the Code Tour extension for VSCode, I highly recomend using it to learn more about the decisions made in the project.

For more information about this handy extension, check their documentation on how to setup and use it. Code Tour

How do I run this project?

First add the required environment variables to the .env file in the root of the project:

FEED_URL="https://stoplight.io/mocks/engine/fullstack-spec/52502230/content"

Then, run the following commands:

# First, you need to install the dependencies:
bun install
# Then, you can run the development server:
bun dev
# That's it! The project is running at http://localhost:3000

How do I deploy this?

Follow one of the deployment guides for Vercel, Netlify and Docker for more information.