Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edgi9/ad-architect-app
This project is a collaboration between me and Sofia Dias (UI/UX Designer). The design was created by Sofia where afterwards it was used to develop the application.
https://github.com/edgi9/ad-architect-app
docker docker-compose react scss storybook tailwind typescript vite vitest
Last synced: about 2 months ago
JSON representation
This project is a collaboration between me and Sofia Dias (UI/UX Designer). The design was created by Sofia where afterwards it was used to develop the application.
- Host: GitHub
- URL: https://github.com/edgi9/ad-architect-app
- Owner: EDGI9
- License: mit
- Created: 2023-02-15T15:05:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T17:05:51.000Z (9 months ago)
- Last Synced: 2024-04-04T18:28:18.424Z (9 months ago)
- Topics: docker, docker-compose, react, scss, storybook, tailwind, typescript, vite, vitest
- Language: TypeScript
- Homepage: https://edgi9.github.io/ad-architect-app/
- Size: 74.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Ad-architect-app
This project is a collaboration between me and [Sofia Dias (UI/UX Designer)](https://dribbble.com/bySofia).
The [design](https://dribbble.com/shots/20492157-Architects-Landing-Page) was created by Sofia where afterwards it was used to develop the application.![image](https://user-images.githubusercontent.com/24766085/230608305-de8dbd6c-478c-4418-a634-d98eb1f1e4d0.png)
## Demo
[Ad-architect-app](https://edgi9.github.io/ad-architect-app/)## Development Approach
- Test Driven development## Language
- Typescript## Tools
- Build tool ( vite )
- Testing ( vitest, testing-library)
- Framework ( React.js v18 )
- Routing ( React Router )
- CSS (SASS, Tailwind)
- CI/CD (GitHub Actions)
- Designs (Figma)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Run tests
```
npm run test
```### Run test coverage
```
npm run test:coverage
```### Run Storybook
```
npm run storybook
```