Skip to content

EdwinDev6/techtalk-frontend

Repository files navigation

📂 TechTalk News (Mini-project for Cincinnatus Institute of Craftsmanship)

The most relevant news of technological advances

Description

Techtalk is a project made based on a blog or digital newspaper to publish news, which allows you to publish images and videos accompanied by their title and description, consists of a full stack web application using React, Express, Tailwind and Json Web Token Authentication.

Screenshot

Alt text Alt text

Instalation

Add your environment variables according to your data, example:

REACT_APP_API_URL=http://localhost:5000/api

In the project directory, you can run:

npm install

This command installs all the dependencies necessary for its operation

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Authors

@EdwinDev6