iam-etienne-lm / ultra-dev-challenge-react

react micro blogging challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ultradevchallengereact

react micro blogging front JS&CO 17/04


Quick Project startup

in container

  • docker-compose up --build
  • curl -X localhost:3000 or locally
  • npm start

Summary

This is a micro-bloggin frontend written in React inspired by Twitter

Features

  • is container friendly
  • serves localhost:3000
  • has a CI pipeline on Gitlab
  • has style
  • send chat message
  • read chat message
  • search hashtag
  • login/logout
  • create account
  • responsive
  • night mode styling switch
  • has some fancy auth
  • has some sort of connectivity
  • has some testing capability
  • has some quality capabilities (linting/coding-style)

Workflow

  1. stackblitz - swyg remote IDE & dev
  2. vscode - local IDE
  3. docker-compose test dependancies
  4. gitlab - ci
  5. github - delivery
WIP - branding

name: curaraChat c"C hashtag: antennas(up) "

Pitch: CucaraChat, communicate with the swarm !

Milestones:
  1. Devops 1.1. container 1.1. CI 1.1. remote IDE
  2. Template 1.1. app 1.1. title 1.1. messageboard 1.1. textinput
  3. Style 1.1. root doc var 1.1. components
UI v1

Title / followed #
MessageBoard
Where you read all your
Followed #
-----------------------------------
Input box
you can enter # as well
Settings

UX v1
  1. User is not logged so all activity is visible
  2. User logs in so only subscribed # can be seen
  3. USer post on a new #
  4. New hashtag is suscribed
  5. [Script] mock activity with time delay on multiple #

About

react micro blogging challenge


Languages

Language:JavaScript 59.8%Language:CSS 26.7%Language:Dockerfile 12.9%Language:HTML 0.6%