Skip to content

Latest commit

 

History

133 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Twitter clone

This is a project made to train my knowledge and learn more about advanced React and Node, so... feel free to give me any feedback.

🚧 Twitter Clone is under development 🚧

Layout

Home page Home Page

Sign up Modal Signup Modal

Login page Login Page

Profile page Profile Page

Note: this is currently the only fully mobile responsive page.

Tech Stack

  • Typescript
  • React
    • Styled components
    • Redux
    • Contexts
    • Axios
  • Node.js
    • Express
    • Cors
    • Mongoose
    • Mongo DB
    • Bcryptjs
    • Json web token
    • Clean Architecture

Building

You'll need Node.js installed on your computer in order to build this app.

With yarn

git clone https://github.com/Kayque-Goncalves/fullstack-twitter-clone.git
$ cd client
$ yarn install
$ yarn start

And in the server side

$ cd server
$ yarn install
$ yarn dev2

Before execute the dev2 script, make sure you have been created the .env file in the server root directory and added your own mongodb connection string as CONNECTION_URL

With npm

git clone https://github.com/Kayque-Goncalves/fullstack-twitter-clone.git
$ cd client
$ npm install
$ npm run start

and the server side

$ cd server
$ npm install
$ npm run dev2

Runs the app in the development mode.

About

A Full-Stack Twitter clone using React. (Under development)

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages