https://github.com/thatrobotdev/cs-2340-team-website
A team website for CS 2340 Spring 2024 at Georgia Tech to showcase "GT Movies Store", a Django web application
https://github.com/thatrobotdev/cs-2340-team-website
bootstrap bootstrap5 nextjs react react-bootstrap
Last synced: 11 months ago
JSON representation
A team website for CS 2340 Spring 2024 at Georgia Tech to showcase "GT Movies Store", a Django web application
- Host: GitHub
- URL: https://github.com/thatrobotdev/cs-2340-team-website
- Owner: thatrobotdev
- License: other
- Created: 2025-02-03T02:33:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-27T19:49:20.000Z (11 months ago)
- Last Synced: 2025-04-27T20:26:47.472Z (11 months ago)
- Topics: bootstrap, bootstrap5, nextjs, react, react-bootstrap
- Language: TypeScript
- Homepage: https://thatrobotdev.github.io/cs-2340-team-website/
- Size: 31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cs-2340-team-website
A team website for CS 2340 Spring 2024 at Georgia Tech to showcase "GT Movies Store", a Django web application
## Bootstrap w/ React
Includes [Bootstrap](https://getbootstrap.com)'s source Sass with [React](https://react.dev/) and [Next.js](https://nextjs.org/). Also includes [React Bootstrap](https://react-bootstrap.github.io/)
## How to use
```sh
git clone https://github.com/thatrobotdev/cs-2340-team-website.git
cd cs-2340-team-website/
npm install
npm start
```
Navigate to [http://localhost:3000/cs-2340-team-website](http://localhost:3000/cs-2340-team-website) to see the locally hosted site!