afonsofn / all-a-jr-frontend-needs

Home Page:https://all-a-jr-frontend-needs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Everything You Need to Become a Dev FrontEnd Jr

Description

This roadmap was designed to guide aspiring front-end developers who choose the self-taught path. It offers a detailed and comprehensive approach for those who don't wish to invest in expensive courses but still want to be prepared for Junior Frontend Developer positions. The goal is to simplify learning by highlighting what's essential and what can be postponed, and we hope this guide contributes to your success in the tech world.

Project Setup

Prerequisites

  • Node 16
  • Yarn (or npm)

Installation & Run

  1. Clone the repository:
git clone git@github.com:afonsofn/all-a-jr-frontend-needs.git
  1. Go to folder:
cd all-a-jr-frontend-needs
  1. Set yours firebase credentials to an ".env" file:
API_KEY=...
AUTH_DOMAIN=...
PROJECT_ID=...
STORAGE_BUCKET=...
MESSAGING_SENDER_ID=...
APP_ID=1:...
MEASUREMENT_ID=...
API_DOMAIN=...
  1. Install the dependencies:
yarn install
  1. Run the project:
yarn dev

Technologies Used

Contribution

Feel free to contribute to this project. Open an issue or submit a pull request.

License

MIT

About

https://all-a-jr-frontend-needs.vercel.app


Languages

Language:Vue 73.8%Language:TypeScript 14.1%Language:SCSS 11.3%Language:JavaScript 0.7%