Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.24 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.24 KB

Fake Tweet Generator

Objective

Build a Fake Tweet Generator.

Description

  • 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.

Project Link

You can reach my project from here 👈

Project Skeleton

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

At the end of the project, following topics are to be covered;

  • 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

Preview of the Project

fake