https://github.com/friedrith/social-media-feed
A social-media-feed
https://github.com/friedrith/social-media-feed
Last synced: 10 months ago
JSON representation
A social-media-feed
- Host: GitHub
- URL: https://github.com/friedrith/social-media-feed
- Owner: friedrith
- Created: 2022-12-05T23:08:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T20:53:51.000Z (over 3 years ago)
- Last Synced: 2025-06-24T09:48:49.528Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://social-media-feed-7upxe0rmc-friedrith.vercel.app/
- Size: 3.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Social Media Feed
## Getting started
```bash
yarn
yarn dev
```
## Technologies
This repository is based on:
- [next.js](https://nextjs.org/) (build: ssr, fast)
- [reactjs](https://reactjs.org/)
- [redux-toolkit](https://redux-toolkit.js.org/) (less code than redux)
- [tailwind](https://tailwindcss.com/)+[tailwindui](https://tailwindui.com/)+[flowbite](https://flowbite.com/) (style+components)
- prettier + eslint (code style)
- [i18next](https://www.i18next.com/) (location)
- [jest](https://jestjs.io/) (test)
- [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks)
- [commitlint](https://github.com/conventional-changelog/commitlint)
- github actions
## Roadmap
Some features are missing to have a complete user experience and a stable project:
- persisting session so the user is not required to log at each hard refresh (conflicts with next.js)
- improve test coverage: only few tests have been written to show the capabilities
- a release system?
## Contributing
Please read [CONTRIBUTING](./CONTRIBUTING.md) before contributing to this project.