Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.42 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.42 KB

Whoophy

Description

Woophy is a simple web application bootstraped with create react app.

How to run

To start the Frontend, run

$ yarn start

The FE will start on PORT: 3001

To start backend, run

$ yarn start:server

The Backend will start on PORT: 3000

Technologies used

  • React
  • Typescript
  • Tailwind CSS
  • REST API

Features

  • Authentication: registration and login
  • Logout
  • User can view and edit their personal information on user profile page.
  • Validation check for strong password.

Screenshots

Landing Page

Screenshot 2023-02-22 212358

Login Page

Screenshot 2023-02-22 212744

Register Page

Screenshot 2023-02-22 214107

Content Page

Screenshot 2023-02-22 214649 Screenshot 2023-02-22 214725

Profile Page

Screenshot 2023-02-22 220654