GitXplorerGitXplorer
t

Min.Me

public
1 stars
0 forks
9 issues

Commits

List of commits on branch main.
Verified
613d6692d546ad492854ddc5c3a77d3674e1d49e

Merge pull request #9 from Toughee/Min.Me/006/Dependencies_Update_003

ttjdev7 committed 3 years ago
Unverified
d267d7c51ac72cb4ad92635d0c66da6a4c2700b3

Fixed syntax issue with test.js script

ttjdev7 committed 3 years ago
Unverified
059ff512ff1512228b9bd34e36cd35174ae4bb1c

Fixed import error inside App.js

ttjdev7 committed 3 years ago
Unverified
322e892403627577bf74262188ba82e304655258

Fixed error involving test.js script

ttjdev7 committed 3 years ago
Unverified
6eb790946e6f337838b8dbcb5414f0957cc39910

Updated missing packages for App

ttjdev7 committed 3 years ago
Unverified
5d249bfc773369b6ba56daf0ca26777805ee5dd1

Fixed Routes error inside Home panel

ttjdev7 committed 3 years ago

README

The README file for this repository.

App logo

Min.Me

Minimalist social media app created using React. Created using basic React routing and hooks. App is currently filled of static data.

App logo

How to use

  1. Clone repo into desired directory git clone https://github.com/Toughee/Min.Me.git or gh repo clone Toughee/Min.Me
  2. Run npm install to install all app node modules and dependencies
  3. Run yarn start to run app on http://localhost:3000/

Project resources:

Testing tools used for app:

  • React Testing library
  • Jest
  • Cypress
  • TravisCI
  • CircleCI

Future app goals

  • [x] Completed UI design for app

Future app goals

  • [ ] 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