Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcossic/gpt3-website
Landing page about GPT-3 Chat made in Angular deploy in firebase, inspired by a figma design
https://github.com/marcossic/gpt3-website
angular figma firebase tailwind typescript
Last synced: 21 days ago
JSON representation
Landing page about GPT-3 Chat made in Angular deploy in firebase, inspired by a figma design
- Host: GitHub
- URL: https://github.com/marcossic/gpt3-website
- Owner: MarcossIC
- Created: 2023-12-14T20:35:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T18:24:13.000Z (about 1 year ago)
- Last Synced: 2024-11-21T15:53:08.279Z (3 months ago)
- Topics: angular, figma, firebase, tailwind, typescript
- Language: CSS
- Homepage: https://gpt3-landing.web.app/
- Size: 4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GPT-3 Landing Page
![]()
## :rocket: Demo
You can visit the site at: [view website](https://gpt3-landing.web.app/)## :sparkles: Introduction
This repository contains the source code for a landing page that focuses on presenting GPT-3 (fictional representation).The landing page was created as part of a "JavaScript Mastery" project on YouTube, based on a design crafted in Figma. Animation has been added, and the text has been enhanced to align with the theme of the site.
### Design
The figma design I took as a reference was URL here you can visit it to see how the original reference### Stack
The project is developed in Angular and uses these technologies:## âšī¸ Development server
In order to deploy a local version of the project you must:
- Download the project from github
- Run `npm install` at the root of the project
- Run `ng s -o` for a dev server. Navigate to `http://localhost:4200/`.
The application will automatically reload if you change any of the source files.## âšī¸ Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.## đĒ Project status
The project, being a simple landing page based on a figma design, is already finished, I liked the result and it was fun to do it.