Giter VIP home page Giter VIP logo

proffy's Introduction

Proffy Logo

Your marketplace for classes

GitHub language count Repo size GitHub last commit License MIT Stargazers

Proffy - Initial Project

About | Layout | Setup | Resources | TODO | Contributions | Author | License

About

Proffy - It's a marketplace where anyone can offer classes as well as consult the available offers. A teacher give his contact infos (name, whatsapp, bio) and classes infos (subject, weekday and available time windows). The platform is able to record this entries on a relational database and are disposable to be queried by interested students.

Developed during the NLW - Next Level Week#02 offered by Rocketseat.


Layout

Index page

Index page

Teacher register page

Teacher register page

Student consult page

Student consult page


Setup

Recommended softwares

  1. Install Git
  2. Use a code/text editor, the used one was the VSCode

How to configure the application on the recommended softwares

# Clone this repo
$ git clone https://github.com/viniciusriosfuck/proffy

# Move to the project folder
$ cd proffy


# Install the dependencies
# on Visual Code you can do the following
# npm to run servers
$ npm install

# Start the  server
$ npm start

# The server will be started on port:5500 - access as http://localhost:5500 

Resources

We used the following resources on this project:

  1. HTML - Hypertext Markup Language - structure the pages
  2. CSS - Cascading Style Sheets - to format the pages
  3. JavaScript - programming language used to interact with the pages
  4. NodeJS - to run js scripts
  5. Nunjucks - templating engine - to add code chunks to html files (v: 3.2.2)
  6. Express - to build web apps and APIs on js (v: 4.17.1)
  7. Nodemon - enables restart the server when files are updated (v: 2.0.4)
  8. SQLite - to create the relational database on SQL (Structured Query Language)
  9. Sqlite-async - to consult the database with js (v: 1.1.0)

Look at the file package.json


TODO

  1. Save the database
  • present status: as the server is closed the database is lost
  1. Display the time of the offers
  • present status: only displays name, avatar, cost, bio of the teachers with offers whose time window contain the selected time
  1. Deploy the app
  • present status: runs on a local server
  1. Add funcionalities
  • Delete new hour entry, e.g. by miss click, is required to send the entry
  • Update the visualization counts (static on 200 visualizations)

Contributions

  1. Fork this repo
  2. Create a branch with the suggesting changes: git checkout -b my-feature
  3. Save the changes and create a commit describing them: git commit -m "feature: My new feature"
  4. Send your changes: git push origin my-feature

Author


Vinícius Rios Fuck

Linkedin Badge Gmail Badge


License

This project is under the MIT license.

proffy's People

Contributors

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