"Know Your Rights" is a web application designed to provide users with essential information about their rights. The application features a user-friendly interface that allows users to log in, register, and access resources related to their rights.
- User authentication (login and registration)
- Option to log in with Google
- Responsive design using Tailwind CSS
- JavaScript functionality for form validation and user interactions
- Node.js
- Express.js
- EJS (Embedded JavaScript)
- Tailwind CSS
- JavaScript
- Clone the repository:
git clone https://github.com/yourusername/knowyourrights.git - Navigate to the project directory:
cd knowyourrights - Install the required dependencies:
npm install - Start the application:
npm start - Open your browser and go to
http://localhost:3000to view the application.
- Users can register for a new account or log in to an existing account.
- Users have the option to log in using their Google account for convenience.
- The application provides a clean and modern interface, inspired by LinkedIn's design.
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.