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

https://github.com/alexandrehiroyuki/dailyquote

Código de teste para aprendizado durante o curso da Semana OmniStack 11.0 da Rocketseat (com várias alterações do projeto original oferecido pelo curso). Contém protótipos para front-end web, mobile app e back-end API.
https://github.com/alexandrehiroyuki/dailyquote

javascript js nodejs react

Last synced: 3 months ago
JSON representation

Código de teste para aprendizado durante o curso da Semana OmniStack 11.0 da Rocketseat (com várias alterações do projeto original oferecido pelo curso). Contém protótipos para front-end web, mobile app e back-end API.

Awesome Lists containing this project

README

          

# Daily Quote

Share and read some nice random phrases, have many reflections or just have a nice day!

## Contents

### [Front-End](#front-end)

- Create a new account.
- Login to your account.
- Profile page with your posts.
- Post a new quote page.

### [Mobile App](#mobile)

- Show the feed of quotes.
- Touch a quote to see the author and the quote.

### [Back-End](#back-end)

- Create a new account.
- Login to your account.
- Request quotes per user.
- Create a new quote.
- Delete a quote.
- Request a page on the feed.