Skip to content

ismaelpaul/fe-invent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front End Project: Invent

Summary

Invent is a React inventory app.

As a user you can:

  • Register
  • Log in / log out
  • Reset password
  • View profile
  • Edit own profile (info and crop profile image)
  • Add / edit / delete / view items
  • Search items
  • Send contact message

You can access the link below, create an account or log into an existing account (email: admin@admin.com | password: password1). You may need to allow cookies on your browser in order to Authorize and Authenticate.

Hosted Version

Back End Project

Getting started

1. Clone this repository

https://github.com/ismaelpaul/fe-invent.git
cd fe-invent

2. Install packages and dependencies

npm install

3. Set up environment variables

BACKEND_URL= <The backend url, e.g. http://localhost:9000>

4. Run app

npm run dev

The app should open in your browser on http://localhost:5173/

Minimum Requirements

  • Node.js version 16.17.0
  • npm version 8.15.0

Releases

No releases published

Packages

No packages published

Languages