Skip to content

Latest commit

 

History

History
115 lines (81 loc) · 3.59 KB

README.md

File metadata and controls

115 lines (81 loc) · 3.59 KB

Desktop

You Should Define Your Fears

Responsive

You Should Define Your Fears

 

Online App

You Should Define Your Fears

Github top language Github language count Repository size Last Commit


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Projeto inspirado em uma palestra do Tim Ferriss sobre como colocar seus medos em uma lupa e analisar melhor suas decisões, bem como o custo do impacto de não tomá-la ao longo do tempo. O objetivo deste App é exatamente um meio para colocar em prática essa tarefa proposta na palestra. Primeiro projeto criado durante a mentoria Code.

✨ Features

✔️ Mini Bio do Timothy Ferriss;
✔️ Página para assistir a palestra;
✔️ Transcrição da palestra para um artigo;
✔️ Tarefa proposta na palestra;
✔️ Dados persistidos no local storage;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/wsasouza/you-should-define-your-fears

# Access
$ cd you-should-define-your-fears

# Install dependencies
$ yarn
# or
$ npm install

# Run the project
$ yarn dev
# or
$ npm run dev

# The server will initialize in the <http://localhost:5173>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Walter Santos de Andrade Souza

 

Back to top