Minimalist social media app created using React. Created using basic React routing and hooks. App is currently filled of static data.
- Clone repo into desired directory
git clone https://github.com/Toughee/Min.Me.git
orgh repo clone Toughee/Min.Me
- Run
npm install
to install all app node modules and dependencies - Run
yarn start
to run app on http://localhost:3000/
- React Testing library
- Jest
- Cypress
- TravisCI
- CircleCI
- [x] Completed UI design for app
- [ ] Choosing and changing your set username at any time
- [ ] Settings page for changing app background color, avatar and app UI/UX style
- [ ] "Remove/block" option for followers and following
- [ ] Adding all information to a backend API instead of having all data inserted into inline JS code
- [ ] Add video/gif walkthrough of app use
- [ ] Adding temporary live service for users to try app out