Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thembamtshelwane/views
https://github.com/thembamtshelwane/views
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thembamtshelwane/views
- Owner: ThembaMtshelwane
- Created: 2024-11-17T10:49:44.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T12:27:38.000Z (2 months ago)
- Last Synced: 2024-11-17T12:34:46.859Z (2 months ago)
- Language: TypeScript
- Homepage: https://views-opal.vercel.app
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).