perryraskin / trip-planner

An app to help with planning trips by offering a UI to compare trip components (e.g. hotel rooms)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js & TailwindCSS Starter

A super simple boilerplate for your Next.js web app built with TypeScript, NextJS, React, and TailwindCSS.

Technologies

  • React Hooks instead of React.Component to create stateful components
  • TypeScript static types for Component Props, Actions & Services
  • TailwindCSS for the UI
  • Eslint & Prettier to lint and format the source code.

Hit the Star button if you love this project ⭐️

Usage

Install dependencies

npm install

For development

npm run dev

For production

npm run build
npm start

About

An app to help with planning trips by offering a UI to compare trip components (e.g. hotel rooms)

License:MIT License


Languages

Language:TypeScript 94.0%Language:JavaScript 3.3%Language:CSS 2.7%