Skip to content

Files

Latest commit

ccd07a5 · Mar 1, 2022

History

History
37 lines (25 loc) · 1.43 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.43 KB

WALL UI

Wall UI is a frontend app built with React, TypeScript & Tailwindcss.

Referring backend app can be found here.

CONCEPT

Elas Codam Wall

A place to gather people interested in Elas Codam, so they can share thoughts, experience, events and more!

Elas Codam is a women's tech community founded by me, Débora Silveira.

We work together toward a better and more inclusive world!

DESIGN

The design prototype can be found on Figma. You can use the main menu to navigate through the pages: Wall guest, Wall authed and Sign up/in.

DEVELOP

Notice, you should have nvm or NodeJS installed to run this app.

The app relies on an environment variable in order to operate correctly. For running it locally, create a .env file with same content as .env.example.

Install dependencies:

%> npm install

Run app on http://localhost:3000:

%> npm run start

DEPLOY

The app is hosted on Heroku at https://wall-ui.herokuapp.com/

If you are testing the sign up confirmation email in production, please also check your spam box.