Food Ordering App

screenshot of Food Ordering App
nextjs
react

Frontend code for the Food Ordering App built with Strapi, NextJS, PostgreSQL, GraphQL and Stripe

Overview

This is a Next.js project that has been bootstrapped with create-next-app. It is a server-side rendering framework that allows for the development of fast and scalable web applications.

Features

  • Development Server: The project includes a development server that can be run to preview the application locally.
  • Auto-updating Pages: The pages in the application will automatically update as you edit the corresponding files.
  • API Routes: API routes can be created and accessed within the application. The API routes are mapped to the pages/api directory.

Summary

This Next.js project provides a convenient way to start building server-side rendered web applications. It includes a development server, automatic page updates, and the ability to create API routes. The installation process is straightforward and can be done in a few simple steps.

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

apollo
Apollo

Apollo is an open-source platform for building GraphQL APIs that connects with any data source. It provides a powerful set of tools and features for developers, including client and server-side caching, real-time data synchronization, and a seamless integration with popular frontend frameworks.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.