Skip to content

Latest commit

 

History

History
112 lines (86 loc) · 2.28 KB

readme.md

File metadata and controls

112 lines (86 loc) · 2.28 KB

Octanet July Program

Landing page

Task 1 is a landing page in neo Brutalist comic style celebrating the DC superhero superman. This project is built with vanilla html,css and js with some small libs and hosted on vercel.

Vercel Link: https://octanet-july.vercel.app/


Todo List App

This is a simple todo list app built with Vite and React. It uses Firebase for authentication and Firestore for storing data. The app is hosted on Vercel.

Vercel Link: https://octanet-july-task2.vercel.app/

Features

  • User authentication with Firebase.
  • Create, read and delete tasks.
  • Real-time synchronization of tasks across devices.

Prerequisites

Before running the app, make sure you have the following installed:

  • Node.js
  • npm (or yarn)

Getting Started

  1. Clone the repository:
git clone https://github.com/0adiy/OCTANET_JULY
  1. Install dependencies:
cd task2
npm install

or

cd task2
yarn
  1. Set up Firebase:

    • Create a new Firebase project at https://console.firebase.google.com.
    • Enable Authentication and Firestore in the Firebase project settings.
    • Copy the Firebase configuration object from the project settings and replace the placeholders in the src/firebase.js file.
  2. Start the development server:

npm run dev

or

yarn dev
  1. Open the app in your browser:
http://localhost:5173/

Youtube clone

This is a simple frontend clone of youtube built with Vite and React. The app is hosted on Vercel.

Vercel Link: https://octanet-july-task3.vercel.app/

Prerequisites

Before running the app, make sure you have the following installed:

  • Node.js
  • npm (or yarn)

Getting Started

  1. Clone the repository:
git clone https://github.com/0adiy/OCTANET_JULY
  1. Install dependencies:
cd task3
npm install

or

cd task3
yarn
  1. Start the development server:
npm run dev

or

yarn dev
  1. Open the app in your browser:
http://localhost:5173/