juanzitelli / caldar-web

This repository contains the source code for the "Caldar" website, a fictional company made up for the MCGA (Modelos computacionales de gestión administrativa) subject, from UAI (Universidad Abierta Interamericana) university.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caldar website

This repository contains the source code for the "Caldar" website, a fictional company made up for the MCGA (Modelos computacionales de gestión administrativa) subject, from UAI (Universidad Abierta Interamericana) university.

Authors

Run Locally

Clone the project

  git clone https://github.com/juanzitelli/caldar-web

Go to the project directory

  cd caldar-web

Install dependencies

  npm install

Start the server on development mode

  npm run dev

Or build the app and run in production mode

  npm run build
  npm start

Environment variables

Don't forget to add a .env.local environment variables file with the variables shown in .env.sample

License

MIT

Tech Stack

Framework: Next.js

Data fetching: SWR

Styling: TailwindCSS

Forms: react-hook-form

About

This repository contains the source code for the "Caldar" website, a fictional company made up for the MCGA (Modelos computacionales de gestión administrativa) subject, from UAI (Universidad Abierta Interamericana) university.


Languages

Language:TypeScript 79.8%Language:JavaScript 11.7%Language:CSS 7.6%Language:Shell 0.8%