Git Product home page Git Product logo

vickydelk's Introduction

Vicky Delk's Blog

contributors last update forks stars open issues


Table of Contents

About the Project

Tech Stack

Client
ReactJS NextJS SASS
Server
NextJS
Database
MongoDB AWS
Deployment
Vercel

Color Reference

Color Hex
Main Color #6699CC
Accent Color #FFB6B7
Text Color #000000

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

  • MONGODB_URI
  • BUCKET_NAME
  • BUCKET_REGION
  • S3_ACCESS_KEY
  • S3_SECRET_KEY

Getting Started

Prerequisites

This project uses NPM as a package manager

Run Locally

Clone the project

  git clone https://github.com/czhangy/vickydelk.git

Install dependencies

  npm install

Start the application

  npm run dev

Roadmap

  • Build out and test nav components

    • Navbar with router links
    • Footer
    • Nav menu for mobile displays
  • Build Home Page

    • Profile photo
    • Recent posts section to display the most recent 3 posts
  • Build Blog Page

    • Blog post cards to link to individual blog posts
    • Pagination (5 card max per page)
    • Sort
    • Filters (by post categories)
  • Build Post API

    • Fetching for list of posts + individual posts
    • Posting to MongoDB
    • Updating existing posts
    • Deleting existing posts
  • Build Post Page

    • Form that submits to MongoDB
    • Protected delete button that clears the form
    • Title input
    • Tag system
    • Add button that adds either an image or a paragraph
    • Skeleton system to interweave images and paragraphs
    • Image uploading and display using AWS
    • Protected by auth
    • Element-specific delete buttons
    • Redirect on submit
    • Error on failed submit
    • Persistent on refresh using local storage API
    • Persist old post when editing
  • Build About Page

  • Build Resume Page

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Victoria Delk:

LinkedIn

Charles Zhang:

LinkedIn Twitter Personal Site

Acknowledgements

vickydelk's People

Contributors

czhangy avatar

Watchers

 avatar

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.