Front-end for Totally Not Twitter app built with React and Tailwind.
A very simple project with session based auth using Passport, ability to customize your Profile, add and follow people and like and comment on posts.
# Clone the repository
git clone [email protected]:goran1010/TotallyNotTwitter-FrontEnd.git
# Navigate to project directory
cd TotallyNotTwitter-FrontEnd
# Install dependencies
npm install# Development server
npm run dev
# Build for production
npm run buildMIT