This repository contains a React-based frontend for Sign In and Sign Up functionalities, along with a dashboard layout implemented using Material UI. It provides a foundational setup for authentication in a React application.
Make sure you have Node.js and npm installed on your system. You can download them from Node.js official website.
- Clone the Repository
Navigate to your desired directory and run the following command in your terminal or command prompt:git clone <repo-url>
- Navigate to the Folder Once the repository is cloned, you can navigate to the folder containing both the client and server files.
Navigate to the downloaded folder:
cd <Folder_name>
Download the necessary npm packages:
npm install@latest
Start the client server using the command:
npm start
**Refer to App.js
file to see all the client routes.
📂Folder Structure
The client folder (within the src directory) is organized as follows:
- Pages - Contains all the JavaScript files for different pages.
- Components - Contains modular components used throughout the project.
Here are some screenshots of the application:
Contributions are welcome! If you have any suggestions or improvements, feel free to fork the repository, make your changes, and create a pull request.