Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 560 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 560 Bytes

Reddit Username Availability Checker

https://redditalias.bregwin.com

alt text

Ever wanted to find a unique reddit account without spending time in the user registration page? This website lets find your perfect username.

Made with React in the Frontend and Flask for the Backend

There are two folders:

Frontend

Install npm modules:

npm install

Run with:

npm start

Backend

Install packages:

pip install -r requirements.txt

Run with:

flask --app main run