Skip to content

naina35/stiLls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STIlLS

connect with your family and friends. Designed to be anti addiction, anti doom scrolling.

Setup

built with Vite + React.

  1. Install dependencies

    npm install
  2. Configure your backend URL

    Then edit `.env`:
    

    VITE_API_URL=http://localhost:3000

    Or just edit the `BASE_URL` constant at the top of `src/api/index.js`.
    
    
  3. Run in development

    npm run dev
  4. Build for production

    npm run build

Pages

Route Page
/login Register / Login
/profile View & edit your profile
/posts Create, view, and delete your posts
/network Followers, following, send follow requests
/requests Accept / reject / cancel follow requests

AUTH

  • Tokens are stored in localStorage (accessToken, refreshToken).
  • Access tokens auto-refresh transparently via the /refreshToken endpoint.

About

connect with your family and friends. Designed to be anti addiction, anti doom scrolling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors