Code Monkey home page Code Monkey logo

digitalcalendar's Introduction

DigitalCalendar

This application is a one stop shop for everything Pokemon! You are able to search for different Pokemon and find basic information about them. You can also save your favorite Pokemon in a list and view them later.

Proposed Features

  • Create Calendar Events/Tasks by Date
  • View These Events/Tasks in a component and marked them as completed
    • This Component will have different views
      • One view will be the name of the event/task organized by date
      • Another view will be all of your events/tasks on a table

Installation

  • Form and clone this repository
  • Install NPM packages by running npm install
  • Run npm start to open the application in your browser

Technologies That Will Be Used

Utilized a MERN stack to build app

  • MongoDB/Mongoose
  • Express.js
  • React.js
  • Node.js

Other Technologies Used

  • Axios
  • Netlify
  • React-DatePicker
  • Redux

Planning Process

  • Mapped out some of the back end function so far
  • Still working through how to use react-datePicker
    • Done some styling on the calendar componant

Stay Connected

I am Reginald Jean Amedee, a full-stack software engineer and web developer. Thank you for checking out my work. You can reach out to me at @[email protected] or you can follow me on Linkedin

digitalcalendar's People

Contributors

reggie-amedee-tech avatar aaanguia avatar

Watchers

 avatar

digitalcalendar's Issues

Create a User Table

User: userId, first, last, userName, password, photo, CalendarEvent

Will probaly look something like this
@OneToMany(mappedBy="CalendarEvent")
private ArrayList events;

Create Event Form

Create Event form which takes in following fields:

  1. eventName
  2. eventDetails
  3. eventDate

createdBy should come in through the token
completed defaults to false

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.