Git Product home page Git Product logo

bulletor's Introduction

Bulletor

Created by Eva Reitzel

A React Application

Phase 2 Project for Flatiron School

About Bulletor

Bulletor is a list-making application based on Bullet Journaling. Users can view their list collection, add new lists, and explore resources and ideas for Bullet Journaling.

Demo Video

https://vimeo.com/765294099

Bullets screen

Add List screen

Resources screen

How Bulletor was built

  • Language: React
  • React Router: Version 6
  • Format: Single Page Application (SPA)

Installation

Use the package manager [ npm ] to install Bulletor.

npm install
npm run server
npm start

View JSON Database

http://localhost:3001/lists

// added to package.json: "server": "json-server --watch db.json -p 3001"

URL Routes

  1. http://localhost:3000/
  2. http://localhost:3000/add-list
  3. http://localhost:3000/resources

Component parent-child structure

└── App ├── NavBar ├── ListContainer ├── ListForm | | List | | List | | List | | List | | List | └── List └── Resources

Project Specs

  • Build a SPA using create-react-app

  • Create 3+ client-side routes with React Router

    • use a nav bar
    • use RESTful routing conventions
  • Use a json-server to create a RESTful API

    • Make a GET and POST request to the json server
    • Use a controlled form to make POST request
    • Use json POST return to update state with the setState function
  • use 5+ components

  • Add CSS styling

    // POST request to the json server // Use a form to make your post request, specifically a controlled form/component.

Resources

API Reference

Color Palette #9E9D24 #827717

Source:
Lime from Material Design
https://m1.material.io/style/color.html#color-color-palette  

bulletor's People

Contributors

evareitzel 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.