An open API service indexing awesome lists of open source software.

https://github.com/antonosika/dark-navy-project-creator


https://github.com/antonosika/dark-navy-project-creator

Last synced: 8 days ago
JSON representation

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)