Technologies • Getting Started • Features • Collaborators • Contribute
A React-based frontend application that allows users to subscribe and receive daily technology news updates via email.
Follow the instructions below to set up your local development environment.
Use the .env.example
file as a reference to create your .env
configuration file with the required variables:
VITE_API_URL=
git clone https://github.com/Robson-Carvalho/thenews-tech-frontend.git
cd thenews-tech-frontend
npm install
npm start
The application will be available at http://localhost:3030/v1.
Subscription Form: Allows users to subscribe with their email to receive daily technology news updates.Unsubscription: Users can unsubscribe directly from the application.
Robson Carvalho |
-
Fork this repository.
-
Create a new branch:
git checkout -b feature/your-feature
. -
Commit your changes:
git commit -m 'Add some feature'
. -
Push to the branch:
git push origin feature/your-feature
. -
Open a Pull Request explaining your contribution.
Made with ❤️ by Robson Carvalho.