Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thaddeusjiang/twitter-web

The online-test from xxx startup
https://github.com/thaddeusjiang/twitter-web

examination react twitter

Last synced: 2 months ago
JSON representation

The online-test from xxx startup

Awesome Lists containing this project

README

        

twitter-web

> A React exercise, build a very simple Twitter-like web application.

[![Netlify Status](https://api.netlify.com/api/v1/badges/aed5adae-8377-45e6-97c5-5dc43c85ab08/deploy-status)](https://app.netlify.com/sites/twitter-web/deploys)

# [Demo](https://twitter-web.netlify.com/login)

# [Specs](./specs.md)

# Get Start

```sh
yarn install
yarn start
```

- build

```sh
yarn build
```

# What I used

- [React](https://github.com/facebook/react)

A declarative, efficient, and flexible JavaScript library for building user interfaces.

- [create-react-app](https://github.com/facebook/create-react-app)

Set up a modern web app by running one command.

- [reach/router](https://github.com/reach/router)

Next Generation Routing for React

- [tailwind.css](https://github.com/tailwindcss/tailwindcss)

A utility-first CSS framework for rapid UI development.

- [postcss](https://github.com/postcss/postcss)

Transforming styles with JS plugins

- [autoprefixer](https://github.com/postcss/autoprefixer)

Parse CSS and add vendor prefixes to rules by Can I Use

- [date-fns](https://github.com/date-fns/date-fns)

Modern JavaScript date utility library