Wall UI is a frontend app built with React, TypeScript & Tailwindcss.
Referring backend app can be found here.
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!
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
.
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
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.