https://github.com/antonosika/dark-navy-project-creator
https://github.com/antonosika/dark-navy-project-creator
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonosika/dark-navy-project-creator
- Owner: AntonOsika
- Created: 2024-03-20T16:50:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T16:53:30.000Z (over 1 year ago)
- Last Synced: 2025-02-17T02:16:06.835Z (8 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dark-navy-project-creator
A dark-themed UI for a web application where users can choose a type of project to create. The page has a dominant dark navy blue color with accent elements in bright red. The page layout is centered with a large heading at the top and a selection input field below it, flanked by navigation arrows. Below the input, suggested project types are listed horizontally, and a prominent red 'Create' button is placed under the project type suggestions. The user's account information is displayed at the top right.
## Collaborate with GPT Engineer
This is a [gptengineer.app](https://gptengineer.app)-synced repository 🌟🤖
Changes made via gptengineer.app will be committed to this repo.
If you clone this repo and push changes, you will have them reflected in the GPT Engineer UI.
## Setup
```sh
git clone https://github.com/GPT-Engineer-App/dark-navy-project-creator.git
cd dark-navy-project-creator
npm i
``````sh
npm run dev
```This will run a dev server with auto reloading and an instant preview.
## Tech stack
- [Vite](https://vitejs.dev/)
- [React](https://react.dev/)
- [Chakra UI](https://chakra-ui.com/)## Requirements
- Node.js & npm - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)