Skip to content

sfalabba/cit313-interests

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 10, 2024 21:37
src
November 10, 2024 21:37
November 10, 2024 21:37
November 10, 2024 21:37
November 10, 2024 21:37
November 10, 2024 21:37
November 10, 2024 21:37

Dance Studio Website

This is a single-page React application for a dance studio. It showcases various dance styles, an image carousel, and contact information.

Prerequisites

node.js already installed

Installation

started off with

npx create-react-app interests

npm install -D tailwindcss postcss autoprefixer

npx tailwindcss init -p

in tailwind.config.js:

module.exports = { content: [ "./src/**/*.{js,jsx,ts,tsx}", ], theme: { extend: {}, }, plugins: [], };

addded @tailwind base; @tailwind components; @tailwind utilities;

to index.css

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published