Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/angelozdev/devtter

A twitter clone for developers
https://github.com/angelozdev/devtter

firebase nextjs react typescript vercel

Last synced: 4 days ago
JSON representation

A twitter clone for developers

Awesome Lists containing this project

README

        

# Devtter

_Devtter is a twitter clone for developers._

## Starting

_You can clone this repository to have the project local:_

```bash
git clone https://github.com/angelozdev/devtter.git
```

_Install the necessary dependencies in the root of the project._

```bash
npm install
```

_Run the following command to start the project in development mode:_

```bash
npm start
```

## Deploy

You can see the project in production [Devtter](https://devtter.vercel.app/home)

## Preview

## Built with

_Technologies used in the frontend.:_

- **Next.js** gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.
- **ReactJS** A JavaScript library for building user interfaces.
- **Styled JSX** Full, scoped and component-friendly CSS support for JSX (rendered on the server or the client).
- **TypeScript** is an open-source language which builds on JavaScript, one of the world’s most used tools, by adding static type definitions.
- **ESLint** A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.
- **Prettier** An opinionated code formatter; Supports many languages; Integrates with most editors.
- **Husky** can prevent bad git commit, git push and more.
- **Webpack** is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
- **Babel** is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments.

## License

This project is under the License (MIT) - see the file [LICENSE.md](LICENSE.md) for details