Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```