andersonmalheiro / reddit-clone

Reddit clone made with Angular 2+ for learning purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Home Home

Reddit clone

This is a simple Reddit's clone made with Angular, aiming to learn it's fundamentals. It uses a REST API also made by me with Django that mimics some of the Reddit features.

This is a unfinished project and some of the features are for visual purposes only.

Running the project

Pre-requisites

This project needs the Angular CLI disponible on https://cli.angular.io/

This project also needs the backend API disponible on https://github.com/andersonmalheiro/reddit-api

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

About

Reddit clone made with Angular 2+ for learning purposes.


Languages

Language:TypeScript 55.2%Language:HTML 34.8%Language:CSS 6.5%Language:JavaScript 3.5%