An open API service indexing awesome lists of open source software.

https://github.com/marcode24/twitter-clone

twitter clone, challenge monthly
https://github.com/marcode24/twitter-clone

Last synced: 10 days ago
JSON representation

twitter clone, challenge monthly

Awesome Lists containing this project

README

          

# Twitter-clone

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.6

## Get started

### Requirements

- [Visual Studio Code](https://code.visualstudio.com/)
- [Git](https://git-scm.com/downloads)
- [Angular CLI](https://angular.io/cli)

### Clone the repo

```shell
git clone https://github.com/marcode24/twitter-clone
cd /twitter-clone
```

### Install npm packages

Install the `npm` packages described in the `package.json` and verify that it works.

```shell
npm install
ng serve -o
```

Shut it down manually with `Ctrl+C`

## Environments

| Name | URL | PORT |
| ---------- | -------------------------------------------------------------------------------------------- | ---- |
| Localhost | [localhost](http://localhost:4200) | 4200 |
| Production | [https://twitter-clone-challenge.netlify.app/](https://twitter-clone-challenge.netlify.app/) |

## Previews

![home1](https://github.com/marcode24/twitter-clone/blob/main/src/assets/images/home1.png)
![login](https://github.com/marcode24/twitter-clone/blob/main/src/assets/images/login.png)
![register](https://github.com/marcode24/twitter-clone/blob/main/src/assets/images/register.png)
![home2](https://github.com/marcode24/twitter-clone/blob/main/src/assets/images/home2.png)