Skip to content

Cotatus/FE

Repository files navigation

project

We help you build your project in React!

Stars GitHub last commit License made by Evelin Steiger

Status: develop

AboutFeaturesHow it worksTech StackAuthorLicense

About

PROJECT - Is a way to help build a new project in React using a folder structure and pre-assembled and customized components.


Features

  • Users will be able to access via token
  • Packages can be registered on the web platform by sending:
    • title
    • description

How it works

The project is divided into two parts:

  1. Backend (another repo)
  2. Frontend (this repo)

But this repository is referring only to the Frontend part. Frontend need the Backend to be running to work.

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com), [Node.js] (https://nodejs.org/en/). In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)

Running the web application (Frontend)

# Clone this repository
$ git clone https://github.com/Cotatus/FE.git

# Access the project folder in your terminal
$ cd FE

# Install the dependencies
$ npm

# Run the application in development mode
$ npm run dev

# The application will open on the port: 3000 - go to http://localhost:5173

Tech Stack

The following tools were used in the construction of the project:

Platform (React + TypeScript)

See the file package.json

Utils


Author

Evelin Steiger

Evelin Steiger

Linkedin Badge


License

This project is under the license MIT.

Made with love by Evelin Steiger 👋🏽 Get in Touch!


Learn More

This project was created and bootstrapped with Create React App.

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.