This project is an academy project. This's made to evaluate React framework performances, get more knowledge about how class components work and test my capacity to make advanced user interfaces without any CSS packages like Bootstrap or Tailwind. It's Front-end only. No any Back-end API is called. The main goal of this project is to reproduce TitkTok chat section using Native Web Language on pages's style sheets.
This is the final result of the project:
sudo apt install curl
cd ~;\
curl -sL https://deb.nodesource.com/setup_16.x -o /tmp/nodesource_setup.sh;\
sudo bash /tmp/nodesource_setup.sh;\
sudo apt install nodejs;\
node -v
NPM (Node Package Manager) is the default program that is automatically installed on Nodejs installation. You can use NPM directly when Nodejs is already installed.
sudo npm install yarn --global
If you don't have React in your computer, you can install it with npm or yarn like this:
sudo yarn global add create-react-app
git clone git@github.com:obrymec/tiktok_clone.git tiktok/
Go to the root folder of the project and run:
yarn install
Go to the root folder of the project and run:
yarn start
Go to your favorite browser and tap on the search bar the following link:
http://localhost:3000/
Enjoy :)