A collection of social media dark mode redesign concept.
Written in React and TypeScript, together with styled-components.
- Clone the repository.
git clone https://github.com/chcepe/social-media-redesign.git
- Install dependencies
npm installoryarn install - Start the app
npm run devoryarn dev - Browse localhost:3000 in your browser of choice
| Name | Brand name | Preview |
|---|---|---|
| Instagram TV | instagram-igtv |
Link |
facebook |
Link |
This project is created with Next.JS without much configuration, only absolute imports at tsconfig.json, therefore the structure for this project looks like this:
├── assets
│ ├── <brand-name>
│ └── shared
├── components
│ ├── <brand-name>
│ └── shared
├── containers
│ ├── <brand-name>
│ └── shared
├── pages
│ ├── <brand-name>
│ └── shared
├── public
│ ├── <brand-name>
│ └── index.tsx
├── utils
│ ├── <brand-name>
│ └── shared
├── .babelrc
├── package.json
├── README.md
└── tsconfig.json
You can create your own concept based from the available brands above.
The easiest way to deploy a Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out Next.js deployment documentation for more details
