Git Product home page Git Product logo

octanet_july's Introduction

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/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.