Reddit Front-end using the Angular framework.
The repository contains the following main components:
- src: Contains the source code of the Angular application.
- .vscode: Visual Studio Code configuration files.
- angular.json: Angular CLI configuration file.
- package.json: Contains dependencies and scripts for the project.
- tailwind.config.js: Configuration file for Tailwind CSS.
- tsconfig.json: TypeScript configuration file.
- Home Page: Displays the home page of the Reddit clone.
- Create Post: Allows users to create a new post.
- View Post: View a specific post with comments.
- Create Subreddit: Allows users to create a new subreddit.
- User Profile: Displays the user's profile page.
- Sign Up: User registration page.
- Login: User login page.
- Clone the repository:
git clone https://github.com/ahmedrafat-SW/reddit-ui.git
- Navigate to the project directory:
cd reddit-ui
- Install the dependencies::
npm install
- Start the development server:
ng serve