gbowne1 / RadioLogger

A Radio Logging application build with NodeJS and ExpressJS
GNU General Public License v3.0
6 stars 6 forks source link

[TODO] Fix login.html #17

Closed gbowne1 closed 1 year ago

gbowne1 commented 1 year ago

The login page neds some work. This is both a frontend task and a backend task i could probably create a task issue to split this up into both parts.

It should render when you start the app.

The html is in /src/client/public/login/

The css and js is in the assets folder in ther own folders.

The right side of the login panel needs some css work.

I couldnt decide on which signup.js or signin.js files to use. So decide which one and connect it in the html and remove the other.

We arent using external services like google, etc to login, but we will need auth and that needs completed in the backend and wired up.

I want to make the most out of what the browser offers us as well as using what we have installed on our server and client packages.. including browser storage and databases and maintaining security.

Axios and bcrypt are installed.ì

gbowne1 commented 1 year ago

Moved to TODO.md