Build a Fake Tweet Generator.
- Project aims to create a Tweet Generator.
- In this project, I designed fake tweet generator.
- After the necessary information is entered, the relevant tweet can be downloaded or the last tweet of the user can be downloaded by searching for the user name.
You can reach my project from here 👈
Fake Tweet Generator (folder)
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── App.js
│ ├── App.scss
│ ├── icons.js
│ ├── icons.js
│ ├── language.js
│ └── loader.js
├── package.json
└── yarn.lock
- HTML
- CSS
- JS
- ReactJS
- SASS
- React Screenshot
- React Content Loader
To run this project;
$ git clone https://github.com/esadakman/reactjs-tweet-generator.git
$ cd ./fake-tweet-generator
$ npm install / yarn
$ npm start / yarn start