1104262 / Time-Table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timetable Project

Timetable is a grid-style calendar with one-hour events that plans out a single week, built with React, Vite, HTML, JavaScript, and CSS.

Project Screenshot

screenshot of completed project

Setup

Dependencies


Install Dependencies

Before installing dependiencies, you will need node and npm installed globally on your machine by installing NodeJS onto your machine.

To install the dependencies, run:

npm install

Alternatively, you can install the dependencies individually:

npm install vite
npm install @vitejs/plugin-react
npm install react
npm install react-dom

Run Timetabled

In the repo directory, run the following in your terminal:

npm run dev

Visit the web application in the browser:

http://localhost:5173/


Deploy Timetabled

To deploy this application on Netlify, run the following in the repo directory:

npm install
npm run build


About


Languages

Language:JavaScript 80.1%Language:CSS 14.0%Language:HTML 5.9%