Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thembamtshelwane/views


https://github.com/thembamtshelwane/views

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Social Media App (React + TypeScript + Tailwind CSS)

A simple social media application that combines the features of Twitter and Pinterest. Users can post, edit, and delete tweets, comment on tweets, and view and edit their profiles. This is a frontend project built with React, TypeScript, Tailwind CSS, and Vite.

## Live Website
- https://views-opal.vercel.app/

## Features

- **Post Tweets**: Users can create new tweets.
- **Edit Tweets**: Users can edit their existing tweets.
- **Delete Tweets**: Users can delete their tweets.
- **Comment on Tweets**: Users can post comments on tweets.
- **View Profile**: Users can view their own profile with their details.
- **Edit Profile**: Users can update their profile information.

## Tech Stack

- **Frontend**:
- React
- TypeScript
- Tailwind CSS
- Vite
- **State Management**:
- Zustand

## Limitations and Improvements

- The application currently does not have authentication
- This will be implemented through JWT

## Getting Started

Follow the steps below to get your local development environment up and running.

### Installation

1. Clone the repository:

```bash
git clone https://github.com/ThembaMtshelwane/views
cd views
```

2. Install dependencies:

```bash
npm install
# or
yarn install
```

3. Start the development server:

```bash
npm run dev
# or
yarn dev
```

The app should now be running at [http://localhost:3000](http://localhost:3000).