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

https://github.com/zafar-saleem/twitter-composer


https://github.com/zafar-saleem/twitter-composer

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Description
A sample project where users can add tweets and schedule them in future dates to be tweeted. This is front end only project that demonstrates the UI of the product. No backend is available yet. The scheduled tweets are listed in a Grid layout as Cards using Material UI. For more details please read the rest of the readme and wikipages. Please go through all of the links provided in this readme.

## Getting started
In order to run this project in the browser successfully, please follow the steps below!

1. Clone this repository.
2. cd into `twitter-composer` folder.
3. Run `yarn/npm install` command to download and install all dependencies.
4. To run this project use `yarn/npm dev` command in command line.
5. To build the project for production run `yarn/npm build` command. This will build the app for production and put all the files in `/build` folder.
6. To run production ready version of the app run `yarn start` command and go to `http://localhost:8080`.

## [Table of contents](https://github.com/zafar-saleem/twitter-composer/wiki)

1. [Home](https://github.com/zafar-saleem/twitter-composer/wiki)
2. [Getting Started](https://github.com/zafar-saleem/twitter-composer/wiki/Getting-started)
3. [Git Workflow](https://github.com/zafar-saleem/twitter-composer/wiki/Git-Workflow)
4. [Architecture](https://github.com/zafar-saleem/twitter-composer/wiki/Architecture)
5. [DevOps](https://github.com/zafar-saleem/twitter-composer/wiki/DevOps)

## Live Demo
To view live demo please [click here](https://twitter-composer.herokuapp.com/).

To view a video [click here](https://youtu.be/JbB5hxyEp7A).

To view list of CI/CD workflows/pipelines [click here](https://github.com/zafar-saleem/twitter-composer/actions).

To view list of all commits [click here](https://github.com/zafar-saleem/twitter-composer/commits/master).

To view list of all branches [click here](https://github.com/zafar-saleem/twitter-composer/branches/all).

To view list of all pull requests [click here](https://github.com/zafar-saleem/twitter-composer/pulls?q=is%3Apr+is%3Aclosed).

To view git branch strategy [click here](https://swimlanes.io/u/rMwSwKIla).

To view architecture diagram [click here](https://app.terrastruct.com/diagrams/1700407346#layer=15271970).