This project was developed with the objective of creating the interface of the social network project, using React technologies with Typescript and tailwind CSS, in addition to other tools and technologies. The social network has features such as user profiles, followers, text and media posts, likes, comments, and a search engine.
- react;
- typeScript;
- radixUI;
- axios;
- styled-components;
- jwt-decode;
- react-router-dom;
- react-icons
- clsx
- react-dropzone
Clone the project
git clone https://github.com/natanael-de-paulo/natanael-de-paulo-frontend.git
Enter the project directory
cd natanael-de-paulo-frontend
Install the dependencies
npm install
Start the server
npm run start