Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaairfernando/tasks-app
To-do list application with react, rails and Axios to make API requests
https://github.com/yaairfernando/tasks-app
axios bootstrap4 rails react react-router-dom ruby styled-components uuid-generator
Last synced: 11 days ago
JSON representation
To-do list application with react, rails and Axios to make API requests
- Host: GitHub
- URL: https://github.com/yaairfernando/tasks-app
- Owner: yaairfernando
- Created: 2020-01-07T15:47:05.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2023-01-19T16:42:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T02:08:00.523Z (over 1 year ago)
- Topics: axios, bootstrap4, rails, react, react-router-dom, ruby, styled-components, uuid-generator
- Language: JavaScript
- Homepage:
- Size: 2.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield2]][linkedin-url2]
[![Hireable][hireable]][hireable-url]
React To Do List
React project that implements a todo list
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
## Table of Contents
* [About the Project](#about-the-project)
* [Styled Components](#Styled-Components)
* [REACT-ROUTER](#React-Router)
* [Built With](#built-with)
* [Required Installations](#Required-Installations)
* [Prerequisites](#Prerequisites)
* [Installing](#Installing)
* [Instructions](#Instructions)
* [Serve Project](#Serve-Project)
* [Contact](#contact)
* [Contributing](#Contributing)
* [Show your support](#Show-your-support)## About The Project
![Screenshot Image](app/assets/images/logoRepo.png)
### Styled Components
* Styled Components allow you to write plain CSS in your components without worrying about class name collisions.
* It helps to write CSS that's scoped to a single component and does not leak to any other element in the page### React-Router
* It is a library that allows a user to see different screens inside of
our application.
* Every time that we want to use react-router in our application to handle
navigation, we are always going to install this project called react-router-dom.### Built With
The project was developed using the following technologies:
- [React](https://es.reactjs.org/)
- [JSX](https://reactjs.org/docs/introducing-jsx.html)
- [Axios](https://github.com/axios/axios)
- [Ruby](https://www.ruby-lang.org/es/)
- [Ruby on Rails](https://rubyonrails.org/)
- [Bootstrap](https://getbootstrap.com/docs/4.3/getting-started/introduction/)
- [Styled-Ccomponents](https://www.styled-components.com/)
- [Webpacker](https://github.com/rails/webpacker)
- [UUID](https://www.npmjs.com/package/uuid)## Required Installations
### Prerequisites
This project runs on [Ruby](https://www.ruby-lang.org/en/documentation/installation/), and [Rails](http://installrails.com/)
* Node
* NPM
* Ruby
* RailsAfter installation, run `ruby -v` to make sure Ruby installed correctly. Example
```
$ ruby -v
ruby 2.6.4p104 (2019-08-28 revision 67798) [x86_64-linux]
```Also make sure that Rails is installed, but running `rails -v`.
Example
```
$ rails -v
Rails 6.0.2.1
```### Installing
Install the following to get this project running in your machine:
### Instructions
Follow these steps:
Clone the Repository
```Shell
user@pc:~$ git clone https://github.com/YairFernando67/tasks-app
```Click on the console and to go to the folder that was created
```Shell
user@pc:~$ cd tasks-app
```This project uses [Postgresql](https://tecadmin.net/install-postgresql-server-on-ubuntu/)
Installing dependencies
```Shell
user@pc:~/tasks-app$ bundle install --without production
``````Shell
user@pc:~/tasks-app$ rails db:create
``````Shell
user@pc:~/tasks-app$ rails db:migrate
```Run this command if you encountered a problem runing rails db:migrate
```Shell
user@pc:~/tasks-app$ bundle exec rails db:migrate
```### Serve Project
Open two tabs on the console on the same folder tasks-app
Start the local server with rails:
```Shell
user@pc:~/tasks-app$ rails s
```Start the local server with react:
```Shell
user@pc:~/tasks-app$ ./bin/webpack-dev-server
```Open your browser on [http://localhost:3000](http://localhost:3000)
## Contact
๐ค **Yair Fernando Facio**
![Screenshot Image](app/assets/images/logo.jpg)- Github: [@YairFernando67](https://github.com/YairFernando67)
- Twitter: [@YairFernando18](https://twitter.com/YairFernando18)
- Linkedin: [softwaredeveloperyairfacio](https://www.linkedin.com/in/softwaredeveloperyairfacio/)
- Email: [[email protected]](https://mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected])
- Portfolio: [softwaredeveloper](https://yairfernando67.github.io/Portfolio/)Project Link: [https://github.com/YairFernando67/tasks-app](https://github.com/YairFernando67/tasks-app)
## ๐ค Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/YairFernando67/tasks-app/issues).
## Show your support
Give a โญ๏ธ if you like this project!
[contributors-shield]: https://img.shields.io/github/contributors/YairFernando67/tasks-app.svg?style=flat-square
[contributors-url]: https://github.com/YairFernando67/tasks-app/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/YairFernando67/tasks-app.svg?style=flat-square
[forks-url]: https://github.com/YairFernando67/tasks-app/network/members
[stars-shield]: https://img.shields.io/github/stars/YairFernando67/tasks-app.svg?style=flat-square
[stars-url]: https://github.com/YairFernando67/tasks-app/stargazers
[issues-shield]: https://img.shields.io/github/issues/YairFernando67/tasks-app.svg?style=flat-square
[issues-url]: https://github.com/YairFernando67/tasks-app/issues
[license-shield]: https://img.shields.io/github/license/YairFernando67/tasks-app.svg?style=flat-square
[license-url]: https://github.com/YairFernando67/tasks-app/blob/master/LICENSE.txt
[linkedin-shield2]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url2]: https://www.linkedin.com/in/softwaredeveloperyairfacio/
[hireable]: https://cdn.rawgit.com/hiendv/hireable/master/styles/flat/yes.svg
[hireable-url]: https://www.linkedin.com/in/softwaredeveloperyairfacio/