https://github.com/kardelruveyda/clerk-authentication-react
A demo on managing the authentication system with Clerk
https://github.com/kardelruveyda/clerk-authentication-react
authentication authorization clerk react
Last synced: about 2 months ago
JSON representation
A demo on managing the authentication system with Clerk
- Host: GitHub
- URL: https://github.com/kardelruveyda/clerk-authentication-react
- Owner: KardelRuveyda
- Created: 2024-06-13T12:21:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T12:30:08.000Z (about 2 years ago)
- Last Synced: 2025-01-16T08:44:35.499Z (over 1 year ago)
- Topics: authentication, authorization, clerk, react
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clerk Project Demo
This project is created for implementing user authentication and registration processes using Clerk.
## Getting Started
To set up the project on your local machine, follow the steps below.
### Prerequisites
- Node.js and npm
### Installation
1. Clone the project repository to your local machine.
2. Open a terminal in the project directory and run `npm install`.
3. Create a `.env` file and add the required API keys for Clerk.
```plaintext
REACT_APP_CLERK_FRONTEND_API=your_frontend_api_key
```
4. Start the project by running npm start.
### Usage
The homepage (/) provides user authentication and registration functionalities using Clerk buttons.
### Contributing
```markdown
If you would like to contribute to the project, follow these steps:
1. Fork the repository to your GitHub account.
2. Clone the forked repository to your local machine:
```sh
git clone https://github.com/your-username/your-project.git