Skip to content

The react Frontend for the 3rd TechNative group project. Base React App was created for us, we've just edited to support the API we created.

Notifications You must be signed in to change notification settings

technative-academy/show-us-your-contents-frontend

 
 

Repository files navigation

Project 3 - example front-end

This is an example front-end application for project 3.

It allows users to register, log in, and manage their collections of things.

The app is built using React and Redux.

Installation

git clone https://github.com/yourusername/show-us-your-contents-frontend.git
cd show-us-your-contents-frontend
npm install

Prerequisites

Ensure you have the following installed:

  • Node.js (version 18 or higher)
  • npm (version 6 or higher)

Install dependencies

npm install

Environment Variables

Create a .env file in the root of the project - duplicate the .env.example file and replace values with your real values:

VITE_API_URL="http://localhost:3001/api"

Running the app

Start the app using the following command:

npm run dev

The app should now be running on http://localhost:3000

Available scripts

In the project directory, you can run the following scripts:

  • npm run dev: Start the development server.
  • npm run build: Build the app for production.
  • npm run serve: Serve the production build of the app.
  • npm run lint: Run ESLint to lint the code.

About

The react Frontend for the 3rd TechNative group project. Base React App was created for us, we've just edited to support the API we created.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.8%
  • CSS 18.3%
  • HTML 0.9%