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 🚧
Note: this is currently the only fully mobile responsive page.
- Typescript
- React
- Styled components
- Redux
- Contexts
- Axios
- Node.js
- Express
- Cors
- Mongoose
- Mongo DB
- Bcryptjs
- Json web token
- Clean Architecture
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 startAnd in the server side
$ cd server
$ yarn install
$ yarn dev2Before 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 dev2Runs the app in the development mode.



