Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/angelozdev/devtter
- Owner: angelozdev
- License: mit
- Created: 2020-08-01T18:28:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T03:16:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-06T12:40:48.793Z (7 months ago)
- Topics: firebase, nextjs, react, typescript, vercel
- Language: TypeScript
- Homepage: https://devtter.vercel.app/
- Size: 3.72 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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