https://github.com/gersonrocha9/valuation-mobile
Landing Page de divulgação de produto com formulário para lista de espera.
https://github.com/gersonrocha9/valuation-mobile
css-modules reactjs typescript
Last synced: 3 months ago
JSON representation
Landing Page de divulgação de produto com formulário para lista de espera.
- Host: GitHub
- URL: https://github.com/gersonrocha9/valuation-mobile
- Owner: GersonRocha9
- Created: 2022-06-16T22:46:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T15:10:42.000Z (almost 4 years ago)
- Last Synced: 2025-07-23T01:40:38.403Z (11 months ago)
- Topics: css-modules, reactjs, typescript
- Language: TypeScript
- Homepage: valuation-mobile-gersonrocha9.vercel.app
- Size: 1.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [🔗 LINK DA PÁGINA HOSPEDADA NA VERCEL:](https://valuation-mobile-gersonrocha9.vercel.app/)
### A página é referente apenas a versão mobile da Lista de Espera de um dos cursos online, o Valuation: do Zero ao Avançado 2.0.
## 🧪 Tecnologias
Esse projeto foi desenvolvido usando as seguintes tecnologias:
- [ReactJS](https://reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Styled Components](https://styled-components.com/docs/basics)
- [Axios](https://axios-http.com/docs/intro)
## 🚀 Iniciando o projeto
Clone esse repositório e acesse a pasta dele
```bash
$ git clone https://github.com/GersonRocha9/valuation-mobile.git
$ cd valuation-mobile
```
Execute os comandos abaixo:
```bash
# Instale as dependências
$ yarn
# Inicie o servidor (porta localhost:3000)
$ json-server --watch db.json
# Inicie o projeto (porta localhost:3001)
$ yarn dev
```
## 📝 Licença
This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.
---
Feito por [Gerson Rocha](https://www.linkedin.com/in/gersonrocha/)