AuthApp is a full-stack web application built with React and Node.js, providing a secure and seamless authentication experience for users.
- User Registration: Allow users to create new accounts with a secure and straightforward registration process.
- User Login: Provide a reliable login mechanism for existing users, ensuring a smooth authentication experience.
- React: JavaScript library for building user interfaces.
- Node.js: Runtime environment for executing JavaScript code on the server side.
- Express: Web application framework for Node.js.
- bcrypt: Password-hashing library to securely store user passwords.
-
Clone the repository:
git clone https://github.com/fab-c14/AuthApp.git cd AuthApp/client npm install cd ../server npm install # In the server directory npm start # In the client directory npm start
We welcome contributions to make AuthApp even better! If you have ideas for improvements or new features, feel free to contribute. To contribute, follow these steps:
-
Fork the repository: Click the "Fork" button on the top right corner of this repository.
-
Clone the forked repository: Clone the forked repository to your local machine and done...