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.
- Host: GitHub
- URL: https://github.com/alexandrehiroyuki/dailyquote
- Owner: AlexandreHiroyuki
- Created: 2020-03-26T20:45:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T03:03:44.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T03:41:35.594Z (over 1 year ago)
- Topics: javascript, js, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 821 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.