Skip to content

Flash-Git/Listies

Repository files navigation

Listies

Listies is a web app for creating, managing and sharing lists.

Requirements

  • Node.js® as the de facto standard JavaScript runtime.

  • The scripts are built with yarn in mind but npm is fine.

Features

  • Dark Mode
  • Accounts
  • Automatic login
  • Email Confirmation
  • Realtime List Sharing
  • List Importing/Exporting
  • Dynamic User Interface
  • Custom Drag and Drop Item Ordering
  • Alerts
  • Animated css
  • Animations

Technologies

Backend

  • Typescript
  • Express server
  • MongoDB
  • Account management with bcrypt password hashing
  • Built-in token authorization
  • Sockets

Frontend

  • Typescript
  • React.js
    • React Hooks
    • React Context
    • React Reducer
  • Private Routing
  • Authentication
  • Modals

Hosting

  • Heroku
  • Cloudflare

Installation

Download the source code from the git repository:

git clone git@github.com:Flash-Git/Listies.git

Navigate to the root of the project and install the dependencies for both the client and server:

cd Listies
yarn devInstall

Start both the client and server:

yarn dev

Open your browser and navigate to your local address on port 3000:

http://localhost:3000/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published